Function xor

Source
pub fn xor<'st, const N: usize>(
    st: &'st Storage,
    terms: [Bool<'st>; N],
) -> Bool<'st>
Expand description

Construct the term expressing (xor ...terms).