[][src]Type Definition heaparray::impls::ThinPtrArray

type ThinPtrArray<E, L> = SafeArray<E, L, ThinArrayPtr<E, L>>;

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