Crate beetle_nonzero
source ·Structs
- Represents a value that is known to be unequal to zero.
- Represents a value that might be unequal to zero. Only use this instead of NonZero if you are sure that
valueis NonZero, and you need the extra performance