containers ~bsf-checks (2022-01-27T01:36:43.1057943)
Dub
Repo
HashMap.values
containers
hashmap
HashMap
struct
HashMap
(K, V, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)
const @
property
V
[]
values
(
)
out (result) { assert (result.length == _length); }
Return Value
Type:
V
[]
a GC-allocated array containing the values contained in this map.
Meta
Source
See Implementation
containers
hashmap
HashMap
constructors
this
destructors
~this
functions
keys
length
opApply
opBinaryRight
opIndex
opIndexAssign
remove
values
postblits
this(this)