Is there such as thing as `HashMap.putIf()`? A gen...
# stdlib
c
Is there such as thing as
HashMap.putIf()
? A generalization of
putIfAbsent
where the condition can be passed as a closure instead of just being
get() == null
?