pub fn is_sorted_u32(data: &[u32]) -> bool
Verify that a slice of u32 is sorted in ascending order.
u32