interface LeafMutateSourceimport { type LeafMutateSource } from "https://deno.land/x/rimbu@1.0.4/sorted/common/index.ts"; Type ParametersTS extends LeafMutateSource<TS, E>EPropertiesmutateEntries: E[]entries: readonly E[]Methodscopy(entries: readonly E[]): TS