# reduceOr

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

Horizontal reduction: bitwise OR of all lanes.

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

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