Skip to main content

Mask2

Type Alias Mask2 

Source
pub type Mask2<T> = Mask<2, T, Aligned>;
Expand description

A 2-component vector mask.

To initialize this type use Mask2::new.

§SIMD Alignment

This type may be SIMD-aligned depending on the target architecture.

Aliased Type§

pub struct Mask2<T>(/* private fields */);