Packagesystem
Classpublic class Arrays
InheritanceArrays Inheritance Object

A static class for Array utilities.



Public Methods
 MethodDefined By
  
copy(ar:Array, shallow:Boolean = false):Array
[static] Creates a deep or shallow copy of the specified Array.
Arrays
Method Detail
copy()method
public static function copy(ar:Array, shallow:Boolean = false):Array

Creates a deep or shallow copy of the specified Array.

Parameters

ar:Array
 
shallow:Boolean (default = false)

Returns
Array