menu
store
import { store } from "destack:math";
Store value into destination.
1export function store<T, const N: usize>(destination: &'a exclusive [T], value: Vector<T, N>): voidimport { store } from "destack:math";
Store value into destination.
1export function store<T, const N: usize>(destination: &'a exclusive [T], value: Vector<T, N>): void