addNew

If key is not in aa, add it with the given value, and return true. Otherwise, return false.

bool
addNew
(
K
V
)
(
ref V[K] aa
,
auto ref K key
,
auto ref V value
)

Meta