Set/disjoint_check library

Functions

isDisjoint<T>(Set<T> a, Set<T> b) bool
Checks if two sets a and b are disjoint (no elements in common).