[][src]Module heaparray::fat_array_ptr

Contains definition of FatPtrArray, an array whose pointer is 2 words.

This is the typical representation of unsized references in Rust, and is thus also the default implementation of HeapArray as imported by use heaparray::*;

Structs

FatPtrArray

Heap-allocated array, with array size stored with the pointer to the memory.

Traits

Array

Statically-sized array stored in the heap.

Container

Trait for a simple container.

CopyMap

Trait for a container indexed by a value that implements Copy and Eq.

LabelledArray

Array with an optional label struct stored next to the data.