Closed cuviper closed 9 months ago
While Index<usize> for IndexMap accesses a map's values, indexing through IndexMap::keys offers an alternative to access a map's keys instead.
Index<usize> for IndexMap
IndexMap::keys
Resolves #284.
While
Index<usize> for IndexMap
accesses a map's values, indexing throughIndexMap::keys
offers an alternative to access a map's keys instead.Resolves #284.