Digit.prototype[Symbol.iterator] = function () {
    return this._list()[Symbol.iterator]();
};