https://issues.dlang.org/show_bug.cgi?id=13041
--- Comment #3 from [email protected] --- I wonder if there's any possibility of implementing .save for a random-access range, if the subranges are also random-access. In this case, we wouldn't need to consume the subranges at all, but can simply store a set of current indices to implement .transposed. --
