iterable_map
Fully qualified path: starkware_utils::iterable_map
Structs
| IterableMap | A Map like struct that represents a map in a contract storage that can also be iterated over. Another thing that IterableMap is different from Map in that it returns Option , so values… |
Traits
| IterableMapTrait | Trait for the interface of a iterable map. |