[−][src]Crate heaparray
This crate holds a struct, HeapArray, that internally points to a contiguous block of memory. It also supports storing arbitrary data adjacent to the block of memory.
Structs
| FatPtrArray | |
| HeapArray | |
| ThinPtrArray |
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 ( |
| IndexMut | Used for indexing operations ( |
| LabelledArray | Array with an optional label struct stored next to the data. |