menu
reduceXor
import { reduceXor } from "destack:math";
Horizontal reduction: bitwise XOR of all lanes.
1export declare function reduceXor<T: Integer, const N: usize>(v: Vector<T, N>): Timport { reduceXor } from "destack:math";
Horizontal reduction: bitwise XOR of all lanes.
1export declare function reduceXor<T: Integer, const N: usize>(v: Vector<T, N>): T