The OpenD Programming Language

HashMap.require

import ikod.containers.hashmap;
struct HashMap(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
alias require = getOrAdd

Meta