Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/collection-types/map-custom/interface/index.ts>RMapBase.Update

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias RMapBase.Update
import { type RMapBase } from "https://deno.land/x/rimbu@1.1.0/collection-types/map-custom/interface/index.ts";
const { Update } = RMapBase;
definition: V | (<V2 extends V>(value: V & V2) => V)