Skip to main content
Module

x/memoization/deps.ts

Memoization tools, TC39 proposal-function-memo implementation
Latest
import * as memoization from "https://deno.land/x/memoization@1.2.0/deps.ts";

Functions

Return Ref consisting of a component. This allows using a Map, Set and WeakMap to weakly and/or privately associate data with the lifetime of a group of values.

Add a value to a map if it does not already have something at key, and will also update an existing value at key.