mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
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
;
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