or method

Some<T> or(
  1. Option<T> other
)

Implementation

@pragma("vm:prefer-inline")
Some<T> or(Option<T> other) {
  return Some(v);
}