for (var i = 0; i < nbApplyArgs; i++) {
        applyArgs[i] = arguments[i + 1].car;
        arguments[i + 1] = arguments[i + 1].cdr;
    }