Skip to main content
Module

x/rimbu/collection-types/common/index.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.13.5/collection-types/common/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.

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.