Module iter
Expand description
Iterator types for arrays and dictionaries.
Structsยง
- Array
Iter - An iterator over typed elements of an
Array. - Dict
Iter - Iterator over key-value pairs in a
Dictionary. - Dict
Keys - Iterator over keys in a
Dictionary. - Dict
Typed Iter Dictionaryiterator that converts each key-value pair into a typed(K, V).- Dict
Typed Keys Dictionaryiterator that converts each key into a typedK.