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 - [
Dictionary
] iterator that converts each key-value pair into a typed(K, V)
. - Dict
Typed Keys - [
Dictionary
] iterator that converts each key into a typedK
.