G.f. method
Dereferences a c-typed pointer using its encapsulated raw C address.
element C-typed-pointer index => object
<C-statically-typed-pointer>.
<object>.
c-ffi
c-ffi
Dereferences a c-typed pointer using its encapsulated raw C address. Synonymous with a call to pointer-value that includes the optional index. Thus it does the same thing as:
pointer-value(C-statically-typed-pointer, index: index)