std::layout_stride::mapping<Extents>::strides
Min standard notice:
Returns an array of strides of the mapping. Equivalent to return strides_;.
# Declarations
constexpr std::array<index_type, rank_> strides() const noexcept;
(since C++23)
# Return value
Array of strides
# Example
This section is incompleteReason: no example