Returns whether this set and another set are disjoint.
impl Sigset { fn disjoint(&self, set: Sigset) -> bool }
The other set.