xor

infix fun QueryTree<Boolean>.xor(other: QueryTree<Boolean>): QueryTree<Boolean>

Performs a logical xor operation between the values of two QueryTrees.