Either.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) opAssign(A a)
    struct Either(A, B)
    typeof(this)
    opAssign
    (
    A a
    )
    if (
    !is(A : B) &&
    !is(B : A)
    )
  2. typeof(this) opAssign(B b)

Meta