Clause

Type Alias Clause 

Source
pub type Clause<Q, I> = Vec<Conjuction<Q, I>>;
Expand description

The empty clause is False.

Aliased Typeยง

pub struct Clause<Q, I> { /* private fields */ }