Type Alias AutoBoolx4

Source
pub type AutoBoolx4 = AutoSimd<[bool; 4]>;

Aliased Type§

#[repr(align(16))]
pub struct AutoBoolx4(pub [bool; 4]);

Tuple Fields§

§0: [bool; 4]