mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
StringMap.opEquals
mir
string_map
StringMap
==
implementation. Doesn't depend on order
bool
opEquals
(StringMap!V rhs)
bool
opEquals
(const(V)[const(K)] rhs)
struct
StringMap
(T)
scope const
bool
opEquals
(
K
V
)
(
scope
const
const
(
V
)[
const
(
K
)]
rhs
)
if
(
is
(
typeof
(
K.init
==
string.init
) :
bool
) &&
is
(
typeof
(
V.init
==
T.init
) :
bool
)
)
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
== implementation. Doesn't depend on order