import { HashSetInternal } from "@tsplus/stdlib/collections/HashSet/_internal/hashSet" /** * @tsplus static HashSet.Ops empty */ export function empty(): HashSet { return new HashSetInternal(HashMap.empty()) }