pub type u64x4 = Simd<u64, 4>;
portable_simd
A SIMD vector with four elements of type u64.
u64
struct u64x4(/* private fields */);