pub trait Unique { fn unique(&self) -> Self; }
Trait to extract unique items from collections.
Returns the same collection, but with all duplicates removed