Returns this if it's Some, otherwise returns the other Option.
other
Option<T> someOr(Option<T> other);