Element access for object types. A toString-proof T[K].
Should prevent 'toString' issues of O[K], but the current implementations of
UnionHasKey and UnionsOverlap won't suffice as they suffer from the same bug.
An alternative based on union iteration could potentially prevent this.
Element access for object types. A
toString
-proofT[K]
. Should prevent 'toString' issues of O[K], but the current implementations of UnionHasKey and UnionsOverlap won't suffice as they suffer from the same bug. An alternative based on union iteration could potentially prevent this.