Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/collection-types/map-custom/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@0.13.1/collection-types/map-custom/index.ts";
const { Update } = RMapBase;
definition: V | (<V2 extends V>(value: V & V2) => V)