1 2 3 4 5 6
//! Logical combinators for predicates. //! //! Re-exports generic combinators from `hitbox-core`. pub use hitbox::predicate::combinators::{And, Not, Or, PredicateExt}; pub use hitbox::predicate::neutral::Neutral;