indexical

Module map

Source
Expand description

Map-like collections for indexed keys.

Structs§

  • A mapping from indexed keys to values, implemented densely with a vector.
  • A mapping from indexed keys to values, implemented sparsely with a hash map.

Type Aliases§