/** * @tsplus getter SortedMap isNonEmpty */ export function isNonEmpty(self: SortedMap): boolean { return !self.isEmpty }