On Jun 14, 11 03:55, Andrej Mitrovic wrote:
Btw, it's disappointing that I can't call split with a separator at
compile-time:

enum result = split("bla, bla");  // ok
enum result = split("bla, bla", ",");  // nope

That's due to (at least) http://d.puremagic.com/issues/show_bug.cgi?id=4047.

Reply via email to