Expand description
Iterator types for arrays and dictionaries.
Structsยง
- 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
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.