pub type SimdMaskF64 = Mask<F64, Scalar>;Expand description
Optimal f64 SIMD mask register compiled for the host.
Aliased Type§
#[repr(transparent)]pub struct SimdMaskF64 {
pub raw: [bool; 2],
/* private fields */
}Fields§
§raw: [bool; 2]The underlying raw mask register or representation.