Expand description
Traits for abstracting over Boolean types.
These traits are mainly useful for allowing SIMD values, where bit masks are
typically used instead of bool
.
Traits§
- BitOps
- A helper trait that collects bit traits under one name.
- Bool
Mask - Basic methods for boolean masks.
- HasBool
Mask - Associates a Boolean type to the implementing type.
- Lazy
Select - Like
Select
, but can avoid evaluating the input. - Select
- Makes a mask bale to select between two values.