Maybe.isJust

Return true if this is the Just!T instance, otherwise false.

interface Maybe(T)
@property
bool
isJust
nothrow pure @safe
(
)

Meta