Function has_unique_items

Source
pub fn has_unique_items<T: Ord + Copy>(items: &[T]) -> bool
Expand description

Returns true when all items are unique.