Open generic function
Dereferences a c-typed pointer using its encapsulated raw C address.
pointer-value C-typed-pointer #key index => object
<C-statically-typed-pointer>
<object>.
c-ffi
c-ffi
Dereferences c-typed-pointer using its encapsulated raw C address, and returns a Dylan object representing the object at that address. If you supply index, the pointer is treated as a pointer to an array, and the function returns the appropriate element indexed by the correct unit size.
It is an error if C-typed-pointer does not point to a valid address or is a null pointer.
pointer-value-setter, page 24.