[][src]Module orga::collections

Data structures which implement the state::State trait.

Structs

Deque

A double-ended queue data structure.

Map

A map data structure.

Set

A set data structure.

Traits

Entry

A trait for types which can be converted to or from a key/value pair.