A safe, easy to use, and non-dynamic data structure that allows groups non-contiguous data to be treated as if it was a block of contiguous data like an array. It is a non-owning data structure similar to std::span however the elements do not need to be in one block in memory.
Caution
The APIs of this library are not stable and may change at any time before 1.0.0 release.
Tip
View the full API documentation
Use the version dropdown in the top-left corner of the docs page to switch between versions.