Returns whether a signal is in the set.
impl Sigset { fn is_set(&self, val: Signal) -> Result<bool, Errno> }
The signal to check.