template <typename T>constexpr array<T, 0> to_array(std::array<T, 0>);I see no particular constraints on T in [array.zero], nor do any of the constructor traits appear to be relevant here, thus I have no preconditions and merely carried forward the is_array_v mandate from the existing overloads.