This class can be used to manipulate arrays with an interface similar to Enumerable of the Prototype Javascript library.
It can:
- Append and prepend single elements or whole arrays to an array object
- Iterate over the array elements in several ways
- Invert the order of the elements
- Search for elements with given values
- Sort the array using an iterator
- Etc.
| There are not enough user ratings to display for this class. |
| Class |
Dependency |
Why it is needed |
| Microformats Parser |
Required |
Used to 1) accomplish property-based filtering of DOM nodes; 2) facilitate further resulting data manipulation; 3) make the code much more readable |
| Link |
Description |
| xArray wiki |
Documentation and usage examples |

If you know an application of this package, send a message to the
author to add a link here.