Either.this

Initialise the struct with the Right type

  1. this(Left value)
  2. this(Right value)
    struct Either(Left, Right)
    this
    (
    Right value
    )
    if (
    !is(Left == Right)
    )

Meta