if (from === undefined) {
        from = 0;
        to = Infinity;
    } else if (to === undefined) {
        to = from;