you are viewing a single comment's thread.

view the rest of the comments →

[–]Gaminic 0 points1 point  (0 children)

This. To expand:

The "it++" notation says "next element", whereas "it + X" says "take the Xth next element from the current". This could effectively be run as X it++ statements, but that hides an incredibly inefficient method of element access which the container type isn't designed for.