It also helps to resolve the ambiguity between the...
# random
d
It also helps to resolve the ambiguity between the two common uses for
null
... "`null` as a value" and "`null` representing the lack of a value" (e.g. in
map.get(key)
, which could return
null
because there is no mapping, or
null
is the value)