You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: