HashMap.addIfMissed

Add key/value to hash if key is not in table. value can be lazy/callable. Returns: true if key were added.

struct HashMap(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
bool
addIfMissed
(
T
)
(
K k
,)