Either.this

Initialise the struct with the Left type

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

Meta