Keys() - a note should be made to not use this for looping
Values() - a note should be made to not use this for looping
First() and Front() - both should act like Oldest()
Last() and Back() - both should act like Newest()
I know that Oldest() and Newest() are to be more akin to python's OrderedDicts, but I do find them to be more confusing especially when you start re-arranging the order and when a certain map has been existing for awhile. Perhaps adding the other functions that act like them will make code a little more clear.
Functions:
I know that Oldest() and Newest() are to be more akin to python's OrderedDicts, but I do find them to be more confusing especially when you start re-arranging the order and when a certain map has been existing for awhile. Perhaps adding the other functions that act like them will make code a little more clear.