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.