Expand description

HashTable and its associated types

Modules

Structs

  • This data structure represents a 2-dimensional grid of values. Each element is indexed by a hashable key and a row index. It’s also possible to access a whole row or column of the table.
  • Convenience struct that allows using FromIterator to build from column iterator without implementation conflicting with row FromIterator