/** * @tsplus static Set.Ops empty */ export function empty(): Set { return new Set() }