Reference implementation of mdspan targeting C++23
mdspan is a reference implementation of the C++23 mdspan feature. It provides a non-owning multidimensional array view for use with modern C++ programs. This is a header-only library that provides efficient and flexible indexing of multidimensional data.