Need to do a pass on all of the utils apis, and look at deprecating or removing
some.
For example,
do we really need a copyArray APIs in ArrayUtils?
public static function copyArray(arr:Array):Array
{
return arr.slice();
}
We should log bugs / issues for proposed changes to each utils class.
Original issue reported on code.google.com by mikechambers on 21 Sep 2009 at 5:28
Original issue reported on code.google.com by
mikechambers
on 21 Sep 2009 at 5:28