class SortedEmpty extends EmptyBaseimport { SortedEmpty } from "https://deno.land/x/rimbu@1.0.4/sorted/common/index.ts"; Methodsdrop(): anygetAtIndex<O>(index: number, otherwise?: OptLazy<O>): Omax<O>(otherwise?: OptLazy<O>): Omin<O>(otherwise?: OptLazy<O>): OsliceIndex(): anytake(): any