Skip to main content
Module

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

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

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

Type Parameters

optional
T = unknown

Properties

readonly
_T: T

The element type.