Trait ppv_lite86::VZip [−][src]
pub trait VZip<V> {
fn vzip(self) -> V;
}Expand description
Combine single vectors into a multi-lane vector.
pub trait VZip<V> {
fn vzip(self) -> V;
}Combine single vectors into a multi-lane vector.