[][src]Type Definition heaparray::HeapArray

type HeapArray<E, L> = SafeArray<E, L, FatArrayPtr<E, L>>;

2-word reference to an array on the heap that takes ownership of its contained data.