Returns whether the set contains an effective capability.
impl CapSet { fn has_effective(&self, cap: Capability) -> bool }
The capability to check.