Converts value to an array.
value
The value to convert.
Returns the converted array.
(function() { return _.toArray(arguments).slice(1); }(1, 2, 3)); // => [2, 3]