HashMap.get

get

struct HashMap(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
V
get
@safe
(
T
)

Return Value

Type: V

value from hash, or defaultValue if key not found (see also getOrAdd). defaultValue can be callable.

Meta