Skip to main content
Module

x/rimbu/mod.ts>Match

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

Functions

Returns a matcher that returns true if every given matchItem matches the given value.

Returns a matcher that returns true if none of given matchItem matches the given value.

Returns a matcher that returns true if exactly one of given matchItem matches the given value.

Returns a matcher that returns true if at least one of given matchItem matches the given value.

Type Aliases

The functions that are optionally provided to a match function.

The type to determine allowed matchers for objects.

The type to determine allowed matchers for object properties.

The types of supported match input.

type alias Match
import { type Match } from "https://deno.land/x/rimbu@0.11.6/mod.ts";

The type to determine the allowed input values for the match functions.