Either.right

Return TRight value if this is the Right!(TLeft, TRight) instance, otherwise throw Exception.

  1. TRight right()
    interface Either(TLeft, TRight)
    TRight
    right
    pure @safe
    (
    )
  2. Either!(TLeft, TRight) right(TRight value)

Meta