Skip to main content

unique

Function unique 

Source
fn unique<T>(iter: impl Iterator<Item = T>) -> Option<T>