Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IterableMapIteratorImpl

Fully qualified path: starkware_utils::iterable_map::IterableMapIteratorImpl

pub impl IterableMapIteratorImpl<
    K, V, +Drop<K>, +Store<K>, +Hash<K, HashState>, +Copy<K>, +Store<Option<V>>,
> of Iterator<MapIterator<K, V>>;

Impl functions

next

Fully qualified path: starkware_utils::iterable_map::IterableMapIteratorImpl::next

fn next(ref self: MapIterator<K, V>) -> Option<(K, V)>

Impl types

Item

Fully qualified path: starkware_utils::iterable_map::IterableMapIteratorImpl::Item

type Item = (K, V);