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