Skip to main content
Module

x/rimbu/core/mod.ts>List.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface List.Types
implements Elem
import { type List } from "https://deno.land/x/rimbu@0.14.0/core/mod.ts";
const { Types } = List;

A utility interface to extract related List types.

Properties

readonly
normal: List<this["_T"]>
readonly
nonEmpty: List.NonEmpty<this["_T"]>