dequer icon indicating copy to clipboard operation
dequer copied to clipboard

Peek at values?

Open epatters opened this issue 8 years ago • 0 comments

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.

epatters avatar Apr 18 '18 01:04 epatters