mirror of
https://github.com/samber/lo.git
synced 2026-04-22 15:37:14 +08:00
c49f84658a
Replace mutable.Reverse() with lazy iteration from end. This avoids unnecessary array mutation and reduces overhead.