Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IterableMapIteratorMutImpl

Fully qualified path: starkware_utils::iterable_map::IterableMapIteratorMutImpl

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

Impl functions

next

Fully qualified path: starkware_utils::iterable_map::IterableMapIteratorMutImpl::next

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

Impl types

Item

Fully qualified path: starkware_utils::iterable_map::IterableMapIteratorMutImpl::Item

type Item = (K, V);