containers ~master (2015-12-31T21:51:27Z)
Home
Dub
Repo
HashMap.keys
containers
hashmap
HashMap
struct
HashMap
(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)
const @
property
K
[]
keys
(
)
out (result) { assert (result.length == _length); }
Return Value
Type:
K
[]
a GC-allocated array filled with the keys 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)