Go to the first, previous, next, last section, table of contents.

Mutable arrays

Corresponding to `Array#' and `ByteArray#', we have the types of mutable versions of each. In each case, the representation is a pointer to a suitable block of (mutable) heap-allocated storage.
type MutableArray# s elt
type MutableByteArray# s

Go to the first, previous, next, last section, table of contents.