Skip to main content
Module

x/rimbu/collection-types/set-custom/index.ts>WithKeyValue

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias WithKeyValue
import { type WithKeyValue } from "https://deno.land/x/rimbu@0.14.0/collection-types/set-custom/index.ts";

A utility type to set the key type to given type K, and the value type to given type V.

definition: Tp & KeyValue<K, V>