On Monday, 14 September 2015 at 16:33:23 UTC, Rikki Cattermole wrote:
On 15/09/15 12:30 AM, Fredrik Boulund wrote:
[...]

A lot of this hasn't been covered I believe.

http://dpaste.dzfl.pl/f7ab2915c3e1

1) You don't need to convert char[] to string via to. No. Too much. Cast it.

Not a good idea in general. Much better to ask for a string in the first place by using byLine!(immutable(char), immutable(char)). Alternatively just use char[] throughout.

Reply via email to