| 1: | func @numBits = <{T: Type, INCLUDE_PADDING: Bool}> () -> USize; |
Get the number of bits of TypeID.
T: The type to get the TypeID of - cannot be Void
INCLUDE_PADDING: If true, include padding bits in result
None.
The number of bits of type T
(TODO)
| @numBytes | Get the number of bytes of TypeID |