pub const BITSET_MASK_ALL: LayerBitset = LayerBitset::MAX; // 4_294_967_295u32Expand description
The bitset with all representable modifier layers in the mask.
Includes bit MAX_BITSET_LAYER (e.g. bit 31 for u32).
pub const BITSET_MASK_ALL: LayerBitset = LayerBitset::MAX; // 4_294_967_295u32The bitset with all representable modifier layers in the mask.
Includes bit MAX_BITSET_LAYER (e.g. bit 31 for u32).