Set/superset_check library

Functions

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