Option.getOrElse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(T) getOrElse(const(U) other)
  2. T getOrElse(U other)
    struct Option(T)
    pure nothrow
    T
    getOrElse
    (
    U : T
    )
    ()

Meta