Either.tryLeft

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

interface Either(TLeft, TRight)
Maybe!TLeft
tryLeft
nothrow pure @safe
(
)

Meta