# load

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

Load `N` contiguous values from `source`.

```ds title="load"
export function load<T, const N: usize>(source: &'a readonly [T]): Vector<T, N>
```

[language/library/src/math/vector.ds:62:70](https://github.com/destack-sh/destack/blob/main/language/library/src/math/vector.ds#L62-L70)
