You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Moved `std.conv.emplace`, `std.algorithm.mutation.move`, and `std.functional.forward` to core/lifetime.d
2
2
3
3
`emplace` is the counterpart to `destroy`, so it has been moved to also live in druntime (core/lifetime.d) where it is accessible by projects that use a shallow runtime library stack.
4
+
`move` and `forward` are related low-level construction machinery which also belong in `core.lifetime`.
0 commit comments