Skip to main content
Module

x/rimbu/deep/mod.ts>Match.CompoundType

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias Match.CompoundType
import { type Match } from "https://deno.land/x/rimbu@0.13.0/deep/mod.ts";
const { CompoundType } = Match;

Compound keys used to indicate the type of compound.

definition:
| "every"
| "some"
| "none"
| "single"
definition:
| "every"
| "some"
| "none"
| "single"