# reduceAnd

`import { reduceAnd } from "destack:math";`

Horizontal reduction: bitwise AND of all lanes.

```ds title="reduceAnd"
export declare function reduceAnd<T: Integer, const N: usize>(v: Vector<T, N>): T
```

[language/library/src/math/vector.ds:133](https://github.com/destack-sh/destack/blob/main/language/library/src/math/vector.ds#L133)
