Content deleted Content added
mNo edit summary |
|||
Line 187:
// so that ">" and "<" operations can be done
fn get_max<T: Ord>(a: &[T]) -> Option<&T> {
}
}
}
</syntaxhighlight>
Line 201:
==See also==
* [[
* [[interface (object-oriented programming)]]
* [[UFCS]]
|