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