private _checkLimits()

in src/Range.ts [42:44]


    private _checkLimits(val: number): boolean {
        return _.inRange(val, this._limits[0], this._limits[1] + 1);
    }