[][src]Module gluon_base::scoped_map

A map data type which allows the same key to exist at multiple scope levels

Structs

ExitScopeIter
Iter
OccupiedEntry
ScopedMap

A map struct which allows for the introduction of different scopes Introducing a new scope will make it possible to introduce additional variables with names already defined, shadowing the old name After exiting a scope the shadowed variable will again be re introduced

VacantEntry

Enums

Entry
InnerVacantEntry