20template <
typename T>
class range
72 return current != other.current;
constexpr range(T start, T end)
constexpr iterator begin() const noexcept
constexpr tenno::size size() const noexcept
constexpr iterator end() const noexcept
std::ptrdiff_t difference_type
constexpr iterator operator++(int) noexcept
std::forward_iterator_tag iterator_category
constexpr bool operator!=(const iterator &other) const noexcept
constexpr iterator(T current_it)
constexpr T operator*() const noexcept
constexpr iterator & operator++() noexcept