The std::ranges::subrange is a convenience wrapper that can construct a range from another range or a pair of an iterator and a sentinel.
To maintain the sized property of a range, the size can be passed as an additional argument.
One use case for std::ranges::subrange is to adapt algorithms and methods that return a pair of iterators.
Compiler Explorer link: https://compiler-explorer.com/z/zz4soTf88