mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
StringMap.length
mir
string_map
StringMap
Returns the number of key-value pairs in the StringMap.
struct
StringMap
(T)
@
safe
pure nothrow @
nogc
const @
property
size_t
length
()
(
)
Return Value
Type:
size_t
number of elements in the table.
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
Returns the number of key-value pairs in the StringMap.