Skip to main content
Module

x/rimbu/list/custom/implementation/cache-map.ts>CacheMap

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
class CacheMap
import { CacheMap } from "https://deno.land/x/rimbu@1.1.0/list/custom/implementation/cache-map.ts";

Properties

readonly
map: Map

Methods

get(key: any): any
setAndReturn<T>(key: any, value: T): T