import { Empty } from "https://deno.land/x/rimbu@1.0.0/list/custom/implementation/empty.ts";
Constructors
new
Empty(context: ListContext)Methods
collect(): any
concat<T2>(...sources: ArrayNonEmpty<StreamSource<T2>>): any
drop(): this
filter(): this
flatMap(): any
insert(index: number, values: StreamSource<T>): any
map(): any
mapPure(): any
remove(): this
repeat(): this
reversed(): this
rotate(): this
slice(): this
sort(): this
splice(options: { insert?: StreamSource<T>; }): any
streamRange(): Stream<T>
structure(): string
take(): this
toArray(): []
toString(): string
updateAt(): this