Re: RFC: Lazy variadic replace() that reuses find()

2015-11-07 Thread Nordlöw via Digitalmars-d-learn
On Saturday, 7 November 2015 at 15:29:08 UTC, Nordlöw wrote: `xx_yy_zz`.findSplitter(`11`, ... should be `xx_yy_zz`.findSplitter("xx", "zz")

RFC: Lazy variadic replace() that reuses find()

2015-11-07 Thread Nordlöw via Digitalmars-d-learn
I'm building a reference solution to a lazy variadic implementation of `replace` https://github.com/nordlow/justd/blob/master/replacing.d which, when ready, I plan to propose to Phobos' std.algorithm. I'm already done with the easier run-time and compile-time variadic overloads for the case w