for (let i = m; i < size; ++i) {
            if (get(sieve, i)) {
                callback(itop2(i));
            }
        }