Type Alias malachite_base::bools::exhaustive::ExhaustiveBools
source · pub type ExhaustiveBools = Copied<Iter<'static, bool>>;
Expand description
An iterator that generates both bool
s.
This struct
is created by exhaustive_bools
; see its documentation for more.
Aliased Type§
struct ExhaustiveBools { /* private fields */ }