Module iter

Source
Expand description

Iterator types for arrays and dictionaries.

Structsยง

ArrayIter
An iterator over typed elements of an [Array].
DictIter
Iterator over key-value pairs in a [Dictionary].
DictKeys
Iterator over keys in a [Dictionary].
DictTypedIter
[Dictionary] iterator that converts each key-value pair into a typed (K, V).
DictTypedKeys
[Dictionary] iterator that converts each key into a typed K.