import * as eitherway from "https://deno.land/x/eitherway@0.10.0/lib/core/result.ts";
Namespaces
Utilities to work with collections of Result<T, E> |
Functions
Use this as | |
f Err | |
f Ok | |
Use this to lift the result of an infallible function into a | |
Use this to lift the result of a fallible function into a | |
Use this to lift a function into a | |
Use this to lift a fallible function into a | |
Interfaces
Base interface implemented by |
Type Aliases
T Err | Err |
Use this to infer the encapsulated | |
Use this to infer the encapsulated | |
Use this to infer a union of all encapsulated | |
Use this to infer the encapsulated | |
Use this to infer the encapsulated | |
Use this to infer a union of all encapsulated | |
T Ok | Ok |
Result<T, E> |