Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ApplicableSet

import { ApplicableSet } from "https://raw.githubusercontent.com/baetheus/fun/main/set.ts";

The canonical implementation of Applicable for ReadonlySet. It contains the methods wrap, ap, and map.

const ApplicableSet: Applicable<KindReadonlySet>;