Creating jagged arrays in Actionscript
2 March 2010No Comments
First things first, what’s a jagged array?
A jagged array is an array whose elements are arrays. The elements of a jagged array can be of different dimensions and sizes. A jagged array is sometimes called an “array of arrays.”
Recently I’ve been playing with FLARTooKit and I found this function into the class ArrayUtils.as.