Zachnad0 / ZUtilLib

My potentially useful dynamic link library that may be depended upon by my other projects and software. Feel free to use in any project if anything here seems useful.
https://www.nuget.org/packages/Zachnad0.UtilLib
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Missing array type parity of NextMatrix and ToReadableString extension methods #2

Open Zachnad0 opened 2 months ago

Zachnad0 commented 2 months ago

NextMatrix has only one overload for T[,] ToReadableString has only one overload for T[][]

Zachnad0 commented 2 months ago

Also should probably check and fix other potential differences.