Module comp_sci::data_structures::heap_array [-]  [+] [src]

An implementation of a fixed-size array data structure on the heap.

Structs

HeapArray

An implementation of a fixed-size mutable array, which is allocated on the heap.