Either.tryRight

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

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

Meta