Content deleted Content added
m ce |
|||
Line 186:
// type T must have the "Ord" trait
// so that ">" and "<" operations can be done
fn
let mut result = a.
for n in a {
if *n > *result {
|
m ce |
|||
Line 186:
// type T must have the "Ord" trait
// so that ">" and "<" operations can be done
fn
let mut result = a.
for n in a {
if *n > *result {
|