[][src]Module exonum_merkledb::list_index

An implementation of an array list of items.

The given section contains methods related to ListIndex and the iterator over the items of this list.

Structs

ListIndex

A list of items where elements are added to the end of the list and are removed starting from the end of the list.

ListIndexIter

Returns an iterator over the items of a ListIndex.