On Wednesday, 16 December 2015 at 17:49:03 UTC, Ilya Yaroshenko wrote:

* Miscellaneous
** string mixins. I think some of the string mixins can be removed for something more readable/debuggable
**

I have not found examples where string mixins can be removed. Please refer to particular example. The code for `sliced` and `assumeSorted` looks ugly. But I don't know how is can be done another way. Remove this functionality is an option.

template sliced(Names...)

you can simple compute the strings and than pass them as template parameter or as alias to another function.

If that becomes unpractical at least use q{ } strings

Reply via email to