if Kotlin opted to go with `Optional`s perhaps Map...
# announcements
k
if Kotlin opted to go with `Optional`s perhaps Map's get method could return an
Option<T>
instead of a
T?
, and maybe the semantics there would be slightly different. But I don't think that it's that confusing because you can always check if the key you're looking for is present or not before retrieving the value