Option.orElse

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

Meta