Hello, Is it possible to do range update in segment tree for XOR queries as we can do for sum queries. I am not finding way to do it. Because for range update for sum, we can update parent node and push update for child so we can use lazy propagation. But for range update for XOR queries how can we update parent node without updating child nodes?