constexpr reverse_iterator& operator--();
constexpr reverse_iterator operator--(int);
reverse_iterator tmp = *this; ++current; return tmp;