[]Type Definition simba::simd::msizex2

type msizex2 = Simd<[msize; 2]>;

A vector mask with 2 msize lanes.

Trait Implementations

impl PrimitiveSimdValue for msizex2[src]

impl SimdBool for msizex2[src]

impl SimdValue for msizex2[src]

type Element = bool

The type of the elements of each lane of this SIMD value.

type SimdBool = msizex2

Type of the result of comparing two SIMD values like self.