Either.left

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

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

Meta