pub type u16x2 = Simd<u16, 2_usize>;
🔬 This is a nightly-only experimental API. (portable_simd)
Expand description

Vector of two u16 values