Declared in <mp-units/utility/format.h>
<mp-units/utility/format.h>
template<typename Char> requires std::is_enum_v<Char> [[nodiscard]] constexpr std::underlying_type_t<Char> to_ascii(Char value);
The return value should not be discarded.