|
|
|
|
|
by shrimpx
1805 days ago
|
|
I don’t think that’s possible because I don’t think there’s any aspect of the runtime type checker that descends into complex type structures. It just checks if runtime type tags match when you invoke an operator, or that an attribute exists when you try to access it. |
|