Backwards() and Compare() in Deque?

Monkey Forums/Monkey Programming/Backwards() and Compare() in Deque?

Difference(Posted 2013) [#1]
[Feature request]

Can we have Backwards() and Compare() in Deque ?

I ran into this while trying to use Decue as a "drop in" replacement for a Stack, but found that I was using Backwards() and Sort() .

There might be a few other Stack/ List Methods that would be nice?