Kotlin HashSet containsAll()
Syntax & Examples


Syntax of HashSet.containsAll()

The syntax of HashSet.containsAll() function is:

fun containsAll(elements: Collection<E>): Boolean

This containsAll() function of HashSet