Interleave

Trait Interleave 

Source
pub unsafe trait Interleave { }
Expand description

Types that allow [de]interleaving.

§Safety

Instances of this type passed to simd [de]interleave functions must be Pod.

Implementors§

Source§

impl<T: Pod> Interleave for T