jmeaster30 / MyLib

A C# library with some random stuff in it
MIT License
0 stars 0 forks source link

2d/3d array index enumerable #6

Open jmeaster30 opened 5 months ago

jmeaster30 commented 5 months ago

I want to have an enumerable that gives a tuple of index for 2d array and 3d arrays

Should allow configuring whether to use row major or column major ordering

jmeaster30 commented 2 months ago

Added 2d array index enumerable