pub type u64x1 = Simd<u64, 1>;
portable_simd
A SIMD vector with one element of type u64.
u64
struct u64x1(/* private fields */);