Set.prototype._ispropersubset = function (other) {
        return this._issubset(other) && !this._issuperset(other);
    };