<experimental/ranges/range>
template< class R, class T > concept bool OutputRange = Range<R> && OutputIterator<ranges::iterator_t<R>, T>;