constexpr cw-fixed-value(T (&arr)[Extent]) noexcept;
template<class... Args>
static constexpr decltype(auto) operator()(Args&&... args) noexcept(see below);
template<class... Args>
static constexpr decltype(auto) operator[](Args&&... args) noexcept(see below);