The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
HashMap.opSlice
containers
hashmap
HashMap
import containers.hashmap;
struct
HashMap
(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, bool storeHash = true)
alias
opSlice
=
byValue
Return Value
a range of the values in this map.
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