darjeeling ~master (2022-04-12T18:56:51.4136467)
Dub
Repo
Either.isRight
darjeeling
either
Either
Return true if
this
is the Right!(TLeft, TRight) instance, otherwise false.
interface
Either
(TLeft, TRight)
@
property
nothrow pure @
safe
bool
isRight
(
)
Meta
Source
See Implementation
darjeeling
either
Either
functions
left
right
tryLeft
tryRight
properties
isLeft
isRight
Return true if this is the Right!(TLeft, TRight) instance, otherwise false.