fn copied()

in gazebo/src/ext/vec.rs [245:251]


    fn copied(&self) -> Vec<Self::Item>;
}

impl<T> SliceCopiedExt for [&T]
where
    T: Copy,
{