constexpr span() noexcept;
template<class It> constexpr explicit(extent != dynamic_extent) span(It first, size_type count);
template<class It, class End> constexpr explicit(extent != dynamic_extent) span(It first, End last);