The OpenD Programming Language

HashMap.byKey

struct HashMap(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, bool storeHash = true)
inout @trusted
byKey
(
this This
)
()

Return Value

Type: auto

a range of the keys in this map.

Meta