Type Alias FatPtrArray

Source
pub type FatPtrArray<E, L> = SafeArray<E, L, FatArrayPtr<E, L>>;
Expand description

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

Aliased Typeยง

struct FatPtrArray<E, L> { /* private fields */ }