The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
StringMap.opAssign
mir
string_map
StringMap
Reset the associative array
struct
StringMap
(T)
ref return @
safe
pure nothrow @
nogc
ref
opAssign
()
(
typeof
(null)
)
Examples
StringMap
!
int
map
= [
"key"
:
1
];
map
=
null
;
Meta
Source
See Implementation
mir
string_map
StringMap
aliases
byKey
byValue
serdeKeysProxy
constructors
this
functions
assumeSafeAppend
byKeyValue
capacity
clear
dup
empty
findPos
get
keys
length
opAssign
opBinaryRight
opCmp
opEquals
opIndex
opIndexAssign
remove
require
reserve
sort
toHash
toString
values
structs
KeyValue
templates
toAA
Reset the associative array