referenced-type

Returns the designator class that a pointer’s designator class points to.

Exported from

Modifiers

sealed

Arguments

pointer-classAn instance of <designator-class>.

Values

deref’d-pointer-classAn instance of <designator-class> or #f if pointer-class is not the designator class for a pointer type.
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.