|
| Size of values of type a. The argument is not used.
|
|
|
| Alignment of values of type a. The argument is not used.
|
|
|
| Read a value from the array. The offset is in elements of type
a rather than in bytes.
|
|
|
| Read a value from the mutable array. The offset is in elements of type
a rather than in bytes.
|
|
|
| Write a value to the mutable array. The offset is in elements of type
a rather than in bytes.
|
|
|
| Read a value from a memory position given by an address and an offset.
The memory block the address refers to must be immutable. The offset is in
elements of type a rather than in bytes.
|
|
|
| Read a value from a memory position given by an address and an offset.
The offset is in elements of type a rather than in bytes.
|
|
|
| Write a value to a memory position given by an address and an offset.
The offset is in elements of type a rather than in bytes.
|