import { ListNonEmptyBase } from "https://deno.land/x/rimbu@1.0.3/list/custom/implementation/leaf/non-empty.ts";
Methods
asNormal(): this
assumeNonEmpty(): this
nonEmpty(): true
abstract
streamRange(range: IndexRange, reversed?: boolean): Stream<T>abstract
structure(): stringtoString(): string
[Symbol.iterator](): FastIterator<T>