# drop

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

End ownership of `value` at this point.

```ds title="drop"
export declare function drop<T>(value: T): void
```

[language/library/src/memory/drop.ds:86](https://github.com/destack-sh/destack/blob/main/language/library/src/memory/drop.ds#L86)
