[][src]Module heaparray::base

Defines the BaseArray struct.

Structs

BaseArray

Base array that handles converting a memory block into a constructible object.

BaseArrayIter

Iterator for an instance of BaseArray that takes ownership of the array.

MemBlock

An array block that can hold arbitrary information, and cannot be constructed on the stack.

Traits

BaseArrayPtr

Trait representing an unsafe reference to an array.