Function sort

Source
pub fn sort<T>(array: &[T]) -> Vec<T>
where T: Clone + Ord,
Expand description

sort an array of U256