[][src]Type Definition simd_trick::u8x32

type u8x32 = Simd<[u8; 32]>;

Trait Implementations

impl From<Simd<[m8; 32]>> for u8x32[src]