Closed AdityaSripal closed 5 years ago
Mutating slice while iterating over it. Will cause out-of-range panic
Should create new slice and append to there and then return
Summary of bug
Mutating slice while iterating over it. Will cause out-of-range panic
Should create new slice and append to there and then return