/** * @tsplus getter HashSet toCollection */ export function toCollection(self: HashSet): Collection { return self }