Module iter
Expand description
Iterator types for arrays and dictionaries.
Structsยง
- AnyArray
Iter - An iterator over elements of an
AnyArray. - AnyDict
Iter - Iterator over key-value pairs in an
AnyDictionary, yielding(Variant, Variant). - AnyDict
Keys - Iterator over keys in an
AnyDictionary, yieldingVariant. - AnyDict
Values - Iterator over values in an
AnyDictionary, yieldingVariant. - Array
Functional Ops - Immutable, functional-programming operations for
Array, based on Godot callables. - 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
Values - Iterator over values in a
Dictionary.