import { SortedKeyValueArray } from "https://deno.land/x/ts_morph@18.0.0/common/ts_morph_common.d.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