# fill

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

Fill `view` with `value`.

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

[language/library/src/tensor/ops.ds:460:464](https://github.com/destack-sh/destack/blob/main/language/library/src/tensor/ops.ds#L460-L464)
