dojox
»
collections
»
Stack
» copyTo
dojox.collections.Stack.copyTo
dojo.require("dojox.collections.Stack");
defined in dojox/collections/Stack.js
copy the stack into array arr at index i
Usage
function (/*
Array
*/ arr, /*
Integer
*/ i)
(view source)
arr.
splice
(
i,
0
,q
)
;
parameter
type
description
arr
Array
i
Integer