pub trait VZip<V> {
    fn vzip(self) -> V;
}
Expand description

Combine single vectors into a multi-lane vector.

Required Methods

Implementors