const_expr_string
const_expr_string copied to clipboard
Implement rbegin/rend/crbegin/crend
std::reverse_iterator isn't constexpr, and making a constexpr iterator seems impossible, so I couldn't figure out how to get these. If anyone figures out the secret, please submit!