(e)
| 5387 | return U(this.explicit[e], this.implicit[e]); |
| 5388 | } |
| 5389 | getWithExplicit(e) { |
| 5390 | return void 0 !== this.explicit[e] |
| 5391 | ? { explicit: !0, value: this.explicit[e] } |
| 5392 | : void 0 !== this.implicit[e] |
| 5393 | ? { explicit: !1, value: this.implicit[e] } |
| 5394 | : { explicit: !1, value: void 0 }; |
| 5395 | } |
| 5396 | setWithExplicit(e, t) { |
| 5397 | let { value: n, explicit: i } = t; |
| 5398 | void 0 !== n && this.set(e, n, i); |