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