2 releases
0.1.1 | Nov 15, 2020 |
---|---|
0.1.0 | Nov 15, 2020 |
#13 in #partial-ord
22 downloads per month
7KB
quantified
Something, Everything, and Nothing for Everyone.
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
pub enum Quantified<T> {
None,
Some(T),
Excluding(T),
All,
}