Given an optional value anOption, returns the value contained inside. Raises an error if anOption is nothing.
anOption
the optional value considered
Given an optional value
anOption
, returns the value contained inside. Raises an error ifanOption
is nothing.