https://issues.dlang.org/show_bug.cgi?id=8166
Seb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #5 from Seb <[email protected]> --- Argh from https://github.com/dlang/phobos/pull/6150 > Making splitter a bidirectional range fundamentally broken - at least if the > delimiter has more than one element. Think about something like If someone ever runs into this problem, you can of course always apply retro before: [1, 2, 3].retro.splitter("this is a message") --
