Mark Isaacson:

why use `to!string` instead of just doing `line[2 .. $].idup`?

I sometimes prefer the text function:

 = line[2 .. $].text;

Bye,
bearophile

Reply via email to