Thread overview
[Issue 18929] std.range.chain with single elements too
Aug 15, 2018
Seb
Oct 20, 2018
Tiberiu Lepadatu
Dec 17, 2022
Iain Buclaw
August 15, 2018
https://issues.dlang.org/show_bug.cgi?id=18929

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |greensunny12@gmail.com

--- Comment #1 from Seb <greensunny12@gmail.com> ---
FWIW the built-in concatenation operator also allows this already:

---
([1, 2, 3] ~ 42 ~ [42, 43]).writeln; // [1, 2, 3, 42, 42, 43]
---

https://run.dlang.io/is/md3qKz

--
October 20, 2018
https://issues.dlang.org/show_bug.cgi?id=18929

Tiberiu Lepadatu <tiberiulepadatu14@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tiberiulepadatu14@gmail.com

--- Comment #2 from Tiberiu Lepadatu <tiberiulepadatu14@gmail.com> ---
Can I work on this?

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=18929

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--