mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
StringMap.opAssign
mir
string_map
StringMap
Reset the associtave array
struct
StringMap
(T, U = uint)
ref return @
safe
pure nothrow @
nogc
ref
opAssign
()
(
typeof
(null)
)
if
(
isMutable
!
T
&&
!__traits(
hasMember
,
T
, "opPostMove")
&&
__traits(
isUnsigned
,
U
)
)
Examples
StringMap
!
int
map
= [
"key"
:
1
];
map
=
null
;
Meta
Source
See Implementation
mir
string_map
StringMap
constructors
this
functions
assumeSafeAppend
capacity
clear
findPos
get
keys
length
opAssign
opBinaryRight
opEquals
opIndex
opIndexAssign
remove
require
reserve
toString
values
templates
toAA
Reset the associtave array