Skip to main content
Module

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

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
import * as rimbu from "https://deno.land/x/rimbu@1.2.1/collection-types/set-custom/index.ts";

Interfaces

A higher-kind utility type providing access to the element type T.

A higher-kind utility type providing access to a key type K and value type V.

A higher-kind utility type providing access to a row type R, a column type C, and a value type V.

Utility interface that provides higher-kinded types for this collection.

Utility interface that provides higher-kinded types for this collection.

Type Aliases

A utility type to set the element type to given type T.

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

A utility type to set the row type to given type R, the column type to given type C, and the value type to given type V.