std::layout_stride::mapping<Extents>::stride
Min standard notice:
Returns the stride of the mapping at a rank index i. Equivalent to return strides_[i];
# Declarations
constexpr index_type stride(rank_type i) const noexcept;
(since C++23)
# Parameters
i: a rank index in the range [0, rank_)
# Return value
The stride at a specified rank index.
# Example
This section is incompleteReason: no example