Crate ord_collections

source ·
Expand description

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

Structs§

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

Enums§

Type Aliases§