godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
Dictionary.opApply
godot
core
dictionary
Dictionary
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(const(Variant), ref Variant) dg)
int
opApply
(int delegate(const(Variant), ref const(Variant)) dg)
struct
Dictionary
const
int
opApply
(
int
delegate
(
const
(
Variant
)
,
ref
const
(
Variant
)
)
dg
)
Meta
Source
See Implementation
godot
core
dictionary
Dictionary
constructors
this
destructors
~this
functions
clear
empty
erase
has
hasAll
hash
keys
opApply
opAssign
opIndex
opIndexAssign
size
toJson
values
postblits
this(this)
static functions
empty_dictionary
make
variables
_godot_dictionary