Module iter

Module iter 

Source
Expand description

Iterator types for arrays and dictionaries.

Structsยง

ArrayFunctionalOps
Immutable, functional-programming operations for Array, based on Godot callables.
ArrayIter
An iterator over typed elements of an [Array].
DictIter
Iterator over key-value pairs in a [VarDictionary].
DictKeys
Iterator over keys in a [VarDictionary].
DictTypedIter
[VarDictionary] iterator that converts each key-value pair into a typed (K, V).
DictTypedKeys
[VarDictionary] iterator that converts each key into a typed K.