Skip to main content
Module

x/ahh/mod.ts>Left

Mostly rust-inpired stuff for @denoland.
Go to Latest
type alias Left
import { type Left } from "https://deno.land/x/ahh@v0.8.0/mod.ts";

Represents an Either that is left-handed.

definition: Readonly<{ left: E; }>
function Left
import { Left } from "https://deno.land/x/ahh@v0.8.0/mod.ts";