pub type u16x64 = Simd<u16, 64>;
portable_simd
A SIMD vector with 64 elements of type u16.
u16
struct u16x64(/* private fields */);