/** * @tsplus getter SortedMap isEmpty */ export function isEmpty(self: SortedMap): boolean { return self.size === 0 }