size-of
Returns the size of a C type in sizeof units.
Exported from
Module system
Modifiers
sealed
Arguments
c-type
An instance of
<designator-class>
.
Values
size
An instance of
<integer>
.
The System module exports an interface to the C language (the C-FFI) and certain operating system calls.
A designator class carries the essential properties of a C type such as its size and alignment.
The class of integers.