# store

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

Store one tensor element into `view`.

```ds title="store"
export declare function store<T, const Rank: usize, F: TensorViewFormat, P: Placement>(view: TensorView<T, Rank, F, P, "exclusive">, coordinate: Coordinate<Rank>, value: T, options?: TensorExecutionOptions | undefined): void
```

[language/library/src/tensor/ops.ds:476:481](https://github.com/destack-sh/destack/blob/main/language/library/src/tensor/ops.ds#L476-L481)
