Either.this

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

Meta