pub unsafe trait BSwap: POD {
const LANES: usize;
// Required methods
fn swap_single(x: Self) -> Self;
fn swap_simd<S: SIMD256>(s: S, a: V256) -> V256;
}
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.