containers ~master (2015-12-31T21:51:27Z)
Home
Dub
Repo
HashMap.values
containers
hashmap
HashMap
struct
HashMap
(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)
const @
property
auto
values
(
this
This
)
(
)
out (result) { assert (result.length == _length); }
Return Value
Type:
auto
a GC-allocated array containing the values contained in this map.
Meta
Source
See Implementation
containers
hashmap
HashMap
constructors
this
destructors
~this
functions
empty
get
keys
length
opApply
opBinaryRight
opIndex
opIndexAssign
remove
values
postblits
this(this)