constexpr std::array<index_type, rank_> strides() const noexcept;
返回映射中各步长的数组。等价于 return strides_;。
return strides_;
(无)
步长的数组
std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>