elliotchance / pie

🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.
https://pkg.go.dev/github.com/elliotchance/pie/v2
MIT License
1.96k stars 91 forks source link

Fix Diff slice bounds out of range #170

Closed istudko closed 3 years ago

istudko commented 3 years ago

Fix issue https://github.com/elliotchance/pie/issues/169 Panic when looping through shrinking slice


This change is Reviewable