Function reduce_xor

Source
pub fn reduce_xor(i: impl IntoIterator<Item = Node>) -> Node
Expand description

Constructs a node that evaluates to true if and only if an odd number of the nodes returned by i evaulate to true.

The construction has logarithmic depth in the length if i.