containsAll abstract method
Checks if all elements in the specified collection are contained in this collection.
Implementation
bool containsAll(KtCollection<T> elements);Checks if all elements in the specified collection are contained in this collection.
bool containsAll(KtCollection<T> elements);