Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

iterable_map

Fully qualified path: starkware_utils::iterable_map

Structs

IterableMapA 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

IterableMapTraitTrait for the interface of a iterable map.

Impls