In coding with C++ iterators if you wanted to get the previous value to what an iterator points to would you write:
*--Iter
or would you think
Either is fine. Use the one preferred by any coding standard you need to obey, or the one you prefer personally.