MATLAB Data API Random Access Iterators
R2026bThe MATLAB® Data API provides these random access iterators to point to any element in an array.
The iterators satisfy the requirements in the C++ language specification for random
access iterator expressions. For details, see
LegacyRandomAccessIterator topics, for example at https://en.cppreference.com/cpp/named_req/RandomAccessIterator.