LeftCopyimport type { Left } from "https://raw.githubusercontent.com/baetheus/fun/main/either.ts";type Left<L> = {tag: "Left"; left: L; };§Type Parameters§L[src]§Type§{tag: "Left"; left: L; }[src]