std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>::rank
Min standard notice:
Returns the number of dimensions in a mdspan. Equivalent to return Extents::rank().
# Declarations
static constexpr rank_type rank() noexcept;
(since C++23)
# Return value
The number of dimensions.
# Example
This section is incompleteReason: no example