Trait ppv_lite86::VZip[][src]

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

Combine single vectors into a multi-lane vector.

Required methods

fn vzip(self) -> V[src]

Loading content...

Implementors

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

Loading content...