Set/subset_check library

Functions

isSubset<T>(Set<T> a, Set<T> b) bool
Checks if set a is a subset of set b.