Type Definition heron::rapier_plugin::rapier2d::parry::math::SimdBool

source ·
pub type SimdBool = AutoSimd<[bool; 4]>;
Expand description

A SIMD bool with SIMD_WIDTH lanes.