size-of

Returns the size of a C type in sizeof units.

Exported from

Modifiers

sealed

Arguments

c-typeAn instance of <designator-class>.

Values

sizeAn 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.