Hi,
Is there a simple way to copy an array to a stack at Start, so when I pop one from the stack I do not end up with a (Clone)
I know "CopyTo" Copies the Stack to an existing one-dimensional Array and "ToArray" Copies the Stack to a new array.
But I want to the the other way, in .js
Thanks.
↧