Module data_structures

Module data_structures 

Source

Structsยง

BiMap
A bidirectional HashMap.
Queue
A basic queue structure.
StateMachine
A basic finite state machine. Designed to be used with an enumerated type.