Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

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;