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