(https://github.com/nhynes/quantified/actions?query=workflow%3ACI)
Something, Everything, and Nothing for Everyone.
```rust
pub enum Quantified { None, Some(T), Excluding(T), All, } ```