IterableMapTrait
Trait for the interface of a iterable map.
Fully qualified path: starkware_utils::iterable_map::IterableMapTrait
pub trait IterableMapTrait<T>
Trait functions
len
Fully qualified path: starkware_utils::iterable_map::IterableMapTrait::len
fn len(self: T) -> u64
Trait types
Key
Fully qualified path: starkware_utils::iterable_map::IterableMapTrait::Key
type Key;