mirror of
https://github.com/tooll3/t3.git
synced 2026-03-13 09:42:20 +08:00
- Refactor list reversal to avoid LINQ Reverse() - Updated list reversal logic in ConnectionMaker.cs and Combine.cs to use Array.Reverse and manual for-loops instead of LINQ's .Reverse(). No functional changes made.