var flipped = _.flip(function() { return _.toArray(arguments); });
flipped('a', 'b', 'c', 'd'); // => ['d', 'c', 'b', 'a']