srdja / Collections-C

A library of generic data structures for the C language.
http://srdja.github.io/Collections-C
GNU Lesser General Public License v3.0
2.83k stars 328 forks source link

Deque iterator remove #94

Closed BornMathias closed 1 year ago

BornMathias commented 5 years ago

This function does not remove the element that was last returned by deque_iter_next. It removes the next item