Option.getOrElse

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

Meta