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