Re: Array/range-version of emplace

2017-10-13 Thread Nordlöw via Digitalmars-d-learn
On Tuesday, 10 October 2017 at 19:00:59 UTC, Nordlöw wrote: Why isn't there an array/range version of `emplace`, when there is one for `moveEmplace`, namely Ping!

Array/range-version of emplace

2017-10-10 Thread Nordlöw via Digitalmars-d-learn
Why isn't there an array/range version of `emplace`, when there is one for `moveEmplace`, namely https://dlang.org/library/std/algorithm/mutation/move_emplace_all.html ?