Skip to main content

is_sorted_u32

Function is_sorted_u32 

Source
pub fn is_sorted_u32(data: &[u32]) -> bool
Expand description

Verify that a slice of u32 is sorted in ascending order.