/** * @tsplus derive SortedSet<_> 10 */ export function deriveSortedSet( ...[ord]: [Ord] ): SortedSet { return SortedSet.empty(ord) }