Deduces basic_fixed_string from a pack of individual characters
Declared in <mp-units/ext/fixed_string.h>
template<
typename CharT,
std::same_as<CharT>... Rest>
basic_fixed_string<CharT, 1 + sizeof...(Rest)>(
CharT,
Rest...) -> basic_fixed_string<CharT, 1 + sizeof...(Rest)>;