Module typenum::bit
[−]
[src]
Type-level bits. These are rather simple and are used as the building blocks of the other number types in this crate.
Type operators implemented:
- From core::ops:
BitAnd
,BitOr
,BitXor
, andNot
. - From typenum:
Same
andCmp
.
Reexports
pub use marker_traits::Bit; |
Enums
B0 |
The type-level bit 0. |
B1 |
The type-level bit 1. |