import { SortedKeyValueArray } from "https://dotland.deno.dev/x/ts_morph@21.0.0/common/mod.ts";
An array where the values are sorted by a key of one of the values.
Methods
getArrayCopy(): TValue[]
hasItems(): boolean
removeByKey(key: TKey): void
removeByValue(value: TValue): void