digitalmars.D.learn - Fastest Way to Append Multiple Elements to an Array
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (5/8) Apr 10 2021 Is there still a place for `append` in Phobos?
https://forum.dlang.org/post/rkxnfxsjvkffxufokzii forum.dlang.org On Thursday, 1 January 2015 at 19:18:34 UTC, Nordlöw wrote:Do we really need Append and Prepend (along with append and prepend) here? Doesn't [cC]hain already fulfill the needs of a lazy range in this case inplace of Append?Is there still a place for `append` in Phobos? What about reusing `chain(args)` for realizing append(Args...)(lhs, args)?
Apr 10 2021