On Saturday, 11 December 2021 at 18:51:12 UTC, Rumbu wrote:
On Saturday, 11 December 2021 at 14:42:53 UTC, russhy wrote:
Here is mine

- 0 allocations

- configurable

- let's you use it how you wish

- fast



You know that this is already in phobos?


```
"abc;def;ghi".splitter(';').joiner
```

you need to import a 8k lines of code module that itself imports other modules, and then the code is hard to read

https://github.com/dlang/phobos/blob/v2.098.0/std/algorithm/iteration.d#L2917

Reply via email to