I see there's a `getOrElse` -- is there a built-in...
# announcements
e
I see there's a
getOrElse
-- is there a built-in
getOrThrow
? Or would it be idiomatic to just throw from
getOrElse
?