Comes with intersection, differences and array range functions.
Simply include the JavaScript file after including MooTools core.
Here are some key features of "Array.More":
· intersect(array) - creates an intersection of the current array and the given one.
· differentiate(array) - returns the symmetric difference between this array and the given one.
· getRange(int, int) - Returns the given number of elements from the array starting at the given index. If the second parameter is not defined, all elements until the end of the array will be returned.
Requirements:
· JavaScript enabled on client side
· MooTools 1.3.1 or higher