pub type MaskI16<A> = Mask<I16, A>;Expand description
Generic i16 SIMD lane selection mask.
Aliased Type§
#[repr(transparent)]pub struct MaskI16<A> {
pub raw: <A as SimdKernel<I16>>::Mask,
/* private fields */
}Fields§
§raw: <A as SimdKernel<I16>>::MaskThe underlying raw mask register or representation.