ArrayUtil.forIn = function(array, iteratee, options) {
        return ArrayUtil.for(array, iteratee, ArrayUtil.options(options, {in: true}));
    };