import { concreteSortedSet } from "@tsplus/stdlib/collections/SortedSet/_internal/SortedSetInternal" /** * @tsplus getter SortedSet getOrd */ export function getOrd(self: SortedSet): Ord { concreteSortedSet(self) return self.keyTree.ord }