set_algorithms/superset_check library

Functions

isSuperset<T>(Set<T> a, Set<T> b) bool
Superset Check: returns true if a is a superset of b.