On Friday, 10 December 2021 at 06:24:27 UTC, Rumbu wrote:
Since it seems there is a contest here: ```d "abc;def;ghi".split(';').join(); ``` :)
Would that become two for loops or not?
IGotD- via Digitalmars-d-learn Fri, 10 Dec 2021 03:10:59 -0800
On Friday, 10 December 2021 at 06:24:27 UTC, Rumbu wrote:
Since it seems there is a contest here: ```d "abc;def;ghi".split(';').join(); ``` :)
Would that become two for loops or not?