Module sway_utils::mapped_stack

source ·

Structs§

  • A HashMap that can hold multiple values and fetch values in a LIFO manner. Rust’s MultiMap handles values in a FIFO manner.