Skip to main content

all_true

Function all_true 

Source
pub fn all_true(
    b: &CircuitBuilder,
    booleans: impl IntoIterator<Item = Wire>,
) -> Wire
Expand description

Check that all boolean wires in an iterable are simultaneously true.