vector-elements-address
Returns the address at which a
<vector>
’s elements begin.
Exported from
Module system
Modifiers
sealed
Arguments
vec
An instance of
<vector>
.
Values
addr
An instance of
<raw-pointer>
.
The class of arrays of rank one (
i.e.
, exactly one dimension).
The System module exports an interface to the C language (the C-FFI) and certain operating system calls.
A class representing a memory address.