import { concreteSortedMap } from "@tsplus/stdlib/collections/SortedMap/_internal/SortedMapInternal" /** * @tsplus getter SortedMap getOrd */ export function getOrd(self: SortedMap): Ord { concreteSortedMap(self) return self.tree.ord }