deque
deque copied to clipboard
How to copy deque instance?
Hi, thank you for your work. It's great.
I'd like to use this module for my project. But, I need to copy the deque instance after creation. I guess the only way is making another deque instance after toArray
from the previous one. I'm afraid of losing a performance gain in this way.
Any other better way to copy it?