Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/sorted/common/index.ts>SortedEmpty

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
class SortedEmpty
extends EmptyBase
import { SortedEmpty } from "https://deno.land/x/rimbu@1.2.0/sorted/common/index.ts";

Methods

drop(): any
getAtIndex<O>(index: number, otherwise?: OptLazy<O>): O
max<O>(otherwise?: OptLazy<O>): O
min<O>(otherwise?: OptLazy<O>): O
sliceIndex(): any
take(): any