Module aliases
Type Aliasesยง
- B0
- Bitsfor- 0bits.
- B1
- Bitsfor- 1bits.
- B8
- Bitsfor- 8bits.
- B16
- Bitsfor- 16bits.
- B32
- Bitsfor- 32bits.
- B64
- Bitsfor- 64bits.
- B128
- Bitsfor- 128bits.
- B160
- Bitsfor- 160bits.
- B192
- Bitsfor- 192bits.
- B256
- Bitsfor- 256bits.
- B320
- Bitsfor- 320bits.
- B384
- Bitsfor- 384bits.
- B448
- Bitsfor- 448bits.
- B512
- Bitsfor- 512bits.
- B768
- Bitsfor- 768bits.
- B1024
- Bitsfor- 1024bits.
- B2048
- Bitsfor- 2048bits.
- B4096
- Bitsfor- 4096bits.
- U0
- Uintfor- 0bits. Always zero. Similar to- ().
- U1
- Uintfor- 1bit. Similar to- bool.
- U8
- Uintfor- 8bits. Similar to- u8.
- U16
- Uintfor- 16bits. Similar to- u16.
- U32
- Uintfor- 32bits. Similar to- u32.
- U64
- Uintfor- 64bits. Similar to- u64.
- U128
- Uintfor- 128bits. Similar to- u128.
- U160
- Uintfor- 160bits.
- U192
- Uintfor- 192bits.
- U256
- Uintfor- 256bits.
- U320
- Uintfor- 320bits.
- U384
- Uintfor- 384bits.
- U448
- Uintfor- 448bits.
- U512
- Uintfor- 512bits.
- U768
- Uintfor- 768bits.
- U1024
- Uintfor- 1024bits.
- U2048
- Uintfor- 2048bits.
- U4096
- Uintfor- 4096bits.