std::extents<IndexType,Extents...>::dynamic-index
From cppreference.com
                    
                                        
                    
                    
                                                            
                    |   private:     template< class OtherIndexType >  | 
 (since C++23)  (exposition only*)  | 
|
Returns the number of dynamic extents below index i. If i <= rank() is false, the behavior is undefined.
Parameters
| i | - | the index | 
Return value
The number of Er with r < i for which Er is a dynamic extent.
Example
| This section is incomplete Reason: no example  | 
See also
| This section is incomplete |