#ifndef PYTHONIC_INCLUDE_STRING_ASCII_LOWERCASE_HPP #define PYTHONIC_INCLUDE_STRING_ASCII_LOWERCASE_HPP #include "pythonic/types/str.hpp" PYTHONIC_NS_BEGIN namespace string { types::str constexpr ascii_lowercase("abcdefghijklmnopqrstuvwxyz"); } PYTHONIC_NS_END #endif