The OpenD Programming Language

HashMap.opSlice

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