Skip to content

Generalized Option that includes inverse selections and everything.

Notifications You must be signed in to change notification settings

nhynes/quantified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quantified

CI status quantified on docs.rs

Something, Everything, and Nothing for Everyone.

#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
pub enum Quantified<T> {
    None,
    Some(T),
    Excluding(T),
    All,
}

About

Generalized Option that includes inverse selections and everything.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages