Type Alias parry2d::math::SimdBool

source ·
pub type SimdBool = AutoBoolx4;
Expand description

A SIMD bool with SIMD_WIDTH lanes.

Aliased Type§

struct SimdBool(pub [bool; 4]);

Fields§

§0: [bool; 4]