On Saturday, 10 August 2019 at 08:09:08 UTC, Dukc wrote: > The problem I'm targeting is that currently the compiler will > not complain, if the user, when expecting to mutate range > elements, iterates by `ref` over foreach. Meant: iterates by `ref` `foreach` over a range of rvalues