Kotlin HashSet addAll Function
The addAll function in Kotlin is used to add multiple elements to a HashSet from a specified collection. This function is part of the Kotlin standard library and provides a convenient way to insert multiple elements into a set in one operation.