nickpelling / C_STD

C implementation of the standard container library
MIT License
18 stars 1 forks source link

Now that iterators contain a parent pointer, for-loop code can be simplified #10

Closed nickpelling closed 8 months ago

nickpelling commented 8 months ago

The recent puParent field should be used more!

nickpelling commented 8 months ago

Actually, iterators already use their puParent field as much as they can (I think).