# store

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

Store `value` into `destination`.

```ds title="store"
export function store<T, const N: usize>(destination: &'a exclusive [T], value: Vector<T, N>): void
```

[language/library/src/math/vector.ds:73:77](https://github.com/destack-sh/destack/blob/main/language/library/src/math/vector.ds#L73-L77)
