Type Definition bevy_rapier2d::prelude::SimdBool[][src]

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

A SIMD bool with SIMD_WIDTH lanes.