
10 Apr
2010
10 Apr
'10
4 p.m.
If you intend on shortening the name of this function (and I don't feel strongly about it one way or the other), I'd say pick a different word, such as finish(). end() has too many connotations connected with the STL.
True. `end` might be needed later for a pair of members `begin` and `end`. `finish` seems good to me.