dequer
dequer copied to clipboard
Peek at values?
Thanks for the package. R needs more high-performance data structures like this one.
I was surprised that the peek() functions only print the value, not return it. Peeking is a common operation. Is the recommended practice to pop the value, then push it back? It would be great if this wasn't necessary.