So similar to `Iterable.first` vs `Iterable.firstO...
# random
m
So similar to
Iterable.first
vs
Iterable.firstOrNull
I would want
Map.get
to return the value or throw while
Map.getOrNull
to return the value or null.