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