[][src]Type Definition simd_trick::u8x16

type u8x16 = Simd<[u8; 16]>;

Trait Implementations

impl From<Simd<[m8; 16]>> for u8x16[src]