Trying to search a range

Kevin Bailey keraba at yahoo.com
Sat Jul 3 01:38:28 UTC 2021


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. :-)



More information about the Digitalmars-d-learn mailing list