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

SetEach<T> needs individual types for input and output. #3

Open Zachnad0 opened 2 months ago

Zachnad0 commented 2 months ago

Refactor as SetEach<TSource, TResult>?

Zachnad0 commented 2 months ago

Actually, instead add (don't deprecate SetEach) extension method of signature TResult[][] SelectMatrix<TSource, TResult>(this TSource[][], Func<TSource, TResult>), and in rectangular array format also.