/** * Makes an empty `TSet`. * * @tsplus static effect/core/stm/TSet.Ops empty */ export function empty(): USTM> { return TSet.fromIterable(List.nil()) }