The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
HashMap.empty
containers
hashmap
HashMap
struct
HashMap
(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, bool storeHash = true)
const nothrow pure @
property
@
safe
@
nogc
bool
empty
(
)
Return Value
Type:
bool
true
if there are no items in this container.
Meta
Source
See Implementation
containers
hashmap
HashMap
aliases
opSlice
constructors
this
functions
byKey
byKeyValue
byValue
clear
containsKey
empty
get
getOrAdd
keys
length
opApply
opBinaryRight
opIndex
opIndexAssign
remove
values