On Thursday, 25 July 2024 at 07:46:33 UTC, IchorDev wrote: > On Monday, 22 July 2024 at 16:00:05 UTC, Nick Treleaven wrote: >> `front` can't return a tuple, because the range has to store a >> pointer to a value so `front.value` can be mutated. > > This won’t be an issue anymore once we have `ref` fields. Where is that proposed? Is that really going to be @safe?