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