# reduceMin

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

Horizontal reduction: minimum of all lanes.

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

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