Crate ord_collections

Source
Expand description

This module contains the ordered map and ordered vector data structures.

Structs§

Indexed
Indexed element fo use in OrdMap.
OrdMap
Map like container where can be iterated in order.
OrdVec
Vec of items sorted by key.

Enums§

Error
Error within module super

Type Aliases§

Result
Result within module super