Array
Properties & methods
- Array.cast( )
- Cast a variable to an array
- Array#clean( )
- Remove certain elements from an array
- Array#exclusive( )
- Get all the values that are either in the first or in the second array, but not in both
- Array#shared( )
- Get the shared value between the 2 arrays
- Array#subtract( )
- Get the values from the first array that are not in the second array