Result.opCast

Returns the okayness of this result

struct Result(Okay, Error)
bool
opCast
(
T
)
()
if (
__traits(isSame, T, bool)
)

Return Value

Type: bool

a boolean

See Also

is_okay

Meta