Struct sway_utils::mapped_stack::MappedStack
source · Expand description
A HashMap that can hold multiple values and fetch values in a LIFO manner. Rust’s MultiMap handles values in a FIFO manner.
A HashMap that can hold multiple values and fetch values in a LIFO manner. Rust’s MultiMap handles values in a FIFO manner.