Is there a particular reason that File.byLine() returns char[] and not string i.e. immutable(char)[]? Is it just to avoid being overly restrictive? It seems that having to .idup it is inefficient...
-- Shriramana Sharma, Penguin #395953
Shriramana Sharma via Digitalmars-d-learn Fri, 16 Oct 2015 03:40:36 -0700
Is there a particular reason that File.byLine() returns char[] and not string i.e. immutable(char)[]? Is it just to avoid being overly restrictive? It seems that having to .idup it is inefficient...
-- Shriramana Sharma, Penguin #395953