On Saturday, 3 July 2021 at 01:15:20 UTC, Paul Backus wrote:

The error message here is actually telling you exactly what the problem is: `findSplit` requires a forward range, but the range returned by `File.byLine` is not a forward range, just an input range.


Hey Paul,

Thanks for the pointer. I doubt I would have figured out that
surprising detail. Nevertheless, now I know where to look for
the exact error. :-)

Reply via email to