Module synctree::arena[][src]

Structs

Arena

A map, providing fast indexing, insertion and removal of elements, but not preserving element order.

Id

A unique identifier associated with Arena element.

Iter

An immutable iterator over the arena.

IterMut

A mutable iterator over the arena.