Closed martin-kolarik closed 7 months ago
Solves #81.
Nice catch, though I think a better solution is to just reverse the RemoveAt
, since that's more efficient.
Exactly, I was considering it, but then I chose "less changes".
Sorry for the delay, I decided to go with the rev()
implementation instead. Thanks for the report!
Solves #79.