☰
Trait VZip
Required Methods
vzip
Implementors
Other items in
ppv_lite86
All crates
?
Trait
ppv_lite86
::
VZip
[
−
]
[src]
pub trait VZip<V> { fn
vzip
(self) -> V; }
Expand description
Combine single vectors into a multi-lane vector.
Required methods
fn
vzip
(self) -> V
[src]
Implementors
impl<V, T>
VZip
<V> for T
where
V:
MultiLane
<T>,
[src]
fn
vzip
(self) -> V
[src]