set_algorithms/subset_check library

Functions

isSubset<T>(Set<T> a, Set<T> b) bool
Subset Check: returns true if a is a subset of b.