Either.this

Undocumented in source.
  1. this(A value)
  2. this(B value)
    struct Either(A, string NameA, B, string NameB)
    this
    ()
    if (
    !is(A == B)
    )

Meta