# initNew

`import { initNew } from "destack:memory";`

Create initialized storage for `value`.

```ds title="initNew"
export declare function initNew<T>(value: T): MaybeUninit<T>
```

[language/library/src/memory/init.ds:10](https://github.com/destack-sh/destack/blob/main/language/library/src/memory/init.ds#L10)
