On Thursday, 5 April 2018 at 17:06:04 UTC, rumbu wrote:
Is there a standard way to handle errors in a chain of range transformations?[...]
Are you aware of ifThrown? https://dlang.org/phobos/std_exception.html#ifThrownIt's not perfect, but imho a nice start and one of the places where lazy really shines.