Trial.getOrLeft

Return Right!(Exception, T) value if this is the Success!T instance, otherwise Left!(Exception, T) value.

interface Trial(T)
Either!(Exception, T)
getOrLeft
nothrow pure @safe
(
)

Meta