Open JohelEGP opened 2 years ago
Also "As const view" could move up next to "As rvalue view".
@jensmaurer Do you think those are useful rearrangements?
And we can move "slide view" up to just after the "adjacent" views, since they both produce "subranges" rather than elements, i.e. elements of the original range are seen repeatedly.
There's room for further more improvement. Here's my compiled suggestion.
Before | After |
---|---|
\rSec2[range.adaptor.transforms]{Transforms}
\rSec3[range.adaptor.transforms.general]{General}
Subclause \ref{range.adaptor.transforms} describes range adaptors
that transform a range's model or elements.
\rSec2[range.adaptor.subsets]{Subsets}
\rSec3[range.adaptor.subsets.general]{General}
Subclause \ref{range.adaptor.subsets} describes range adaptors
whose elements are a subset of a range.
\rSec2[range.adaptor.subranges]{Subranges}
\rSec3[range.adaptor.subranges.general]{General}
Subclause \ref{range.adaptor.subranges} describes range adaptors
whose elements are ranges of a range.
\rSec2[range.adaptor.packers]{Packers}
\rSec3[range.adaptor.packers.general]{General}
Subclause \ref{range.adaptor.packers} describes range adaptors
whose elements are tuples of elements from various ranges.
Generally agreed here; maybe "transforms" -> "transformations".