Skip to main content
Module

x/rimbu/mod.ts>ArrayNonEmpty

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias ArrayNonEmpty
Re-export
import { type ArrayNonEmpty } from "https://deno.land/x/rimbu@0.14.0/mod.ts";

Accepts all arrays with at least one element.

definition: [T, ...T[]]