pub type SimdBool = AutoSimd<[bool; 4]>;
A SIMD bool with SIMD_WIDTH lanes.
struct SimdBool(pub [bool; 4]);
0: [bool; 4]