Dictionary.opIndexAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Dictionary
@nogc nothrow
void
opIndexAssign
(
K
V
)
(
in auto ref V value
,
in auto ref K key
)
if (
(
is(K : Variant) ||
Variant.compatibleToGodot!K
)
&&
(
is(V : Variant) ||
Variant.compatibleToGodot!V
)
)

Meta