Results for “Std.Result.unwrapOrElse”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Result.unwrapOrElse
Result[T, E] -> fn(E) -> T -> TThe success, or a fallback computed from the failure.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
Result[T, E] -> fn(E) -> T -> TThe success, or a fallback computed from the failure.