set_algorithms/disjoint_check library

Functions

isDisjoint<T>(Set<T> a, Set<T> b) bool
Disjoint Check: returns true if a and b have no elements in common.