Trait VZip
ppv_lite86
pub trait VZip<V> { fn vzip(self) -> V; }
Combine single vectors into a multi-lane vector.
fn vzip(self) -> V
impl<V, T> VZip<V> for T where V: MultiLane<T>,