Module sized_chunks::sparse_chunk[][src]

A fixed capacity sparse array.

See SparseChunk

Structs

Drain

A draining iterator over the elements of a SparseChunk.

Iter

An iterator over references to the elements of a SparseChunk.

IterMut

An iterator over mutable references to the elements of a SparseChunk.

OptionDrain

A draining iterator over Options of the elements of a SparseChunk.

OptionIter

An iterator over Options of references to the elements of a SparseChunk.

OptionIterMut

An iterator over Options of mutable references to the elements of a SparseChunk.

SparseChunk

A fixed capacity sparse array.