std.string.splitLines returns an array, which is pretty grody. Why not return a lazily-evaluated range struct so that we can avoid allocations on this simple but common operation?

Reply via email to