Skip to main content
Module

x/rimbu/common/update.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
import * as rimbu from "https://deno.land/x/rimbu@0.14.1/common/update.ts";

Functions

Returns the result of given update parameter, where it can either directly give a new value, or it is a function receiving the given value, and returns a new value.

Type Aliases

A value of type T, or a function taking a value of type T and returning a new value of type T.