toArray
toArray() -> newArray
This is just a local optimization of the mixed-in toArray
from Enumerable
.
This version aliases to clone
, avoiding the default iterative behavior.
toArray() -> newArray
This is just a local optimization of the mixed-in toArray
from Enumerable
.
This version aliases to clone
, avoiding the default iterative behavior.