Skip to main content
Module

x/ahh/mod.ts>Either

Mostly rusty stuff for @denoland.
Go to Latest
type alias Either
import { type Either } from "https://deno.land/x/ahh@v0.6.1/mod.ts";

Represents a value that is either left-handed (Left) or right-handed (Right).

definition: Left<L> | Right<R>