Deduces basic_fixed_string from a std::array of characters
Declared in <mp-units/ext/fixed_string.h>
template<
typename CharT,
std::size_t N>
basic_fixed_string<CharT, N>(
std::from_range_t,
std::array<CharT, N>) -> basic_fixed_string<CharT, N>;