Notes: I found this while porting the splitter range algo to C++. Notes that I don't know D, so I may have missed something. Below is an additional unit test that fails when porting the algorithm to C++: unittest { auto s6 = ","; auto sp6 = splitter(s6, ','); assert(equal(sp6, ["", ""][])); }
Thanks, will look into it.