smbanasik / SBLib

A library meant to serve as a competitor to the standard library.
MIT License
0 stars 0 forks source link

NDimArray and NDimDynArray #10

Open smbanasik opened 5 months ago

smbanasik commented 5 months ago

These arrays are internally 1 dimension, guaranteeing contiguous storage. They should serve as an alternative to manually stacking arrays (this would look nicer).

This one may not be necessary though.