Module granite::chain[][src]

A list data structure wrapping a list of lists used to prevent lag spikes when dealing with huge numbers of elements.

See the struct-level documentation for more.

Structs

Chain

A list data structure wrapping a list of lists used to prevent lag spikes when dealing with huge numbers of elements.

Iter

An iterator over the storages of a [Chain].

IterMut

An mutable iterator over the storages of a [Chain].

StorageProxy

A reference to a buffer from a [Chain] which only allows iteration over references to elements.

StorageProxyMut

A reference to a buffer from a [Chain] which only allows iteration over mutable references to elements.