Either.this

Undocumented in source.
  1. this(A a)
    struct Either(A, B)
    this
    (
    A a
    )
    if (
    !is(A : B) &&
    !is(B : A)
    )
  2. this(B b)

Meta