Returns whether this set is a superset of another set.
impl Sigset { fn all_set(&self, set: Sigset) -> bool }
The subset.