either_r

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T either_r(T a)
  2. CommonType!(A, Bs) either_r(A a, Bs bs)
    CommonType!(A, Bs)
    either_r
    (
    A
    Bs...
    )
    (
    lazy A a
    ,
    lazy Bs bs
    )
    if (
    bs.length >= 1
    )

Meta