Appearance
True Myth / result / isOk
isOk<T, E>(result): result is Ok<T, E>
T
E
result
result is Ok<T, E>
Is the Result an Ok?
Result
Ok
The type of the item contained in the Result.
Result<T, E>
The Result to check.
A type guarded Ok.