[][src]Crate heaparray

Re-exports

pub use fat_array_ptr::FatPtrArray as HeapArray;
pub use fat_array_ptr::*;
pub use super::LabelledArray;
pub use thin_array_ptr::*;

Modules

fat_array_ptr
thin_array_ptr

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. The value that indexes the container must implement the Eq trait to.

Index

Used for indexing operations (container[index]) in immutable contexts.

IndexMut

Used for indexing operations (container[index]) in mutable contexts.

LabelledArray

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