#include <concepts.hpp>
template<typename T>
{ t.code_point() } -> std::convertible_to<char32_t>;
{ t.category() } -> std::convertible_to<unicode::Category>;
{ t.script() } -> std::convertible_to<unicode::Script>;
{ t.language_hint() } -> std::convertible_to<language::Code>;
}
Definition at line 23 of file concepts.hpp.