Function: SB-ALIEN:DEREF

package type github

Dereference an Alien pointer or array. If an array, the indices are used as the indices of the array element to access. If a pointer, one index can optionally be specified, giving the equivalent of C pointer arithmetic.

Lambda list

(sb-alien:alien &rest sb-alien::indices)