(codepoint: CodePoint, width: EffectiveWidth)
| 148 | } |
| 149 | |
| 150 | append(codepoint: CodePoint, width: EffectiveWidth) { |
| 151 | this.entrySet.add(JSON.stringify([codepoint, width])); |
| 152 | this.widths.push(width); |
| 153 | } |
| 154 | |
| 155 | tryExtend(attempt: Bucket) { |
| 156 | const [less, more] = [this.widths, attempt.widths].sort((a, b) => |