std::layout_right
Min standard notice:
Header: <mdspan>
layout_right is a LayoutMappingPolicy which provides a layout mapping where the rightmost extent has stride 1, and strides increase right-to-left as the product of extents.
# Declarations
struct layout_right;
(since C++23)