You could go the route of `Map` and overload the g...
# announcements
r
You could go the route of
Map
and overload the get operator for nullable returns and define a
getValue
function that throws if the value isn't present.