dsharlet / array

C++ multidimensional arrays in the spirit of the STL
Apache License 2.0
198 stars 15 forks source link

Document units for `stride` #106

Open fbleibel-g opened 2 months ago

fbleibel-g commented 2 months ago

Clarify that stride is in number of elements, not bytes. This can be confusing for users coming from other libraries.