template<class T> concept is-strided-slice = see below;
template<class IndexType, class S> constexpr auto canonical-index(S s);
template<class IndexType, class S> constexpr auto canonical-slice(S s);