Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ahh/src/either/mod.ts>Right

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

Represents an Either that is right-handed.

definition: Readonly<{ [RIGHT]: T; }>
function Right
import { Right } from "https://deno.land/x/ahh@v0.7.0/src/either/mod.ts";