Skip to main content
Module

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

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
interface List.Types
implements Elem
import { type List } from "https://deno.land/x/rimbu@1.2.1/list/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"]>