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