niknaks ~master (2024-11-07T15:02:37Z)
Home
Dub
Repo
Result.opCast
niknaks
functional
Result
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
Source
See Implementation
niknaks
functional
Result
functions
error
is_error
is_okay
ok
opCast
Returns the okayness of this result