godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Dictionary.erase
godot
dictionary
Dictionary
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Dictionary
void
erase
(
K
)
(
in
K
key
)
if
(
is
(
K
:
Variant
) ||
Variant.compatibleToGodot
!
K
)
Meta
Source
See Implementation
godot
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
unions
dictionary
variables
_dictionary