constructor(length) {
    super();
    const options = (typeof length === 'object' && length) || { length };
    this.options = options;
    this._length = options.length || '';