()
| 422 | // in those children. (Certain operations will propagate isShared=true to children.) |
| 423 | isShared: true | undefined |
| 424 | get isLeaf() { |
| 425 | return (this as any).children === undefined |
| 426 | } |
| 427 | |
| 428 | constructor(keys: Array<K> = [], values?: Array<V>) { |
| 429 | this.keys = keys |
nothing calls this directly
no outgoing calls
no test coverage detected