Array.prototype.subtract >= 0.1.0
Purpose
Get the values from the first array that are not in the second array
Syntax
Array#subtract
(
Arrayarr
Functioncast_function
);
Parameters
arr
- The array to test agains
cast_function
- Function to use to cast values
Return values
Array
New array
Comments