stemflow
pub trait VecAccess { fn uniquify(self) -> Self; }
fn uniquify(self) -> Self
impl<A> VecAccess for Vec<A> where A: Access