Concatenation
append
Appends another range to the range.
other_range
is appended in such a way that it is linked to the range.
This means that the sum range is lazily updated.
Signature
template <typename TOtherRange>
constexpr auto append( const TOtherRange& other_range ) const;