Type Definition core::simd::u8x4

source · []
pub type u8x4 = Simd<u8, 4>;
🔬 This is a nightly-only experimental API. (portable_simd #86656)
Expand description

Vector of four u8 values