Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/core/memory.d
Original file line number Diff line number Diff line change
Expand Up @@ -956,14 +956,14 @@ $(UL
)
)

Note: Users should prefer $(REF destroy, object)` to explicitly finalize objects,
Note: Users should prefer $(REF1 destroy, object) to explicitly finalize objects,
and only resort to $(REF __delete, core,memory) when $(REF destroy, object)
wouldn't be a feasible option.

Params:
x = aggregate object that should be destroyed

See_Also: $(REF destroy, object), $(REF free, core,GC)
See_Also: $(REF1 destroy, object), $(REF free, core,GC)

History:

Expand Down