Module idmap::direct[][src]

Expand description

Type aliases for DirectIdMap

Type Definitions

An IdMap that stores its entries without any indirection, but takes much more space when entries are missing.

An entry in an DirectIdMap

An iterator over the entries of an DirectIdMap

An mutable iterator over the entries of an DirectIdMap

An iterator over the keys of an DirectIdMap

An occupied entry in an DirectIdMap

A vacant entry in an DirectIdMap

An iterator over the values of an DirectIdMap

An mutable iterator over the values of an DirectIdMap