sizeOf<T extends SizedNativeType> function
Number of bytes used by native type T.
Includes padding and alignment of structs.
This function must be invoked with a compile-time constant T
.
Implementation
external int sizeOf<T extends SizedNativeType>();