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