Skip to main content
Module

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

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

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.

definition: Tp & Row<R, C, V>