You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2021. It is now read-only.
Basically, if not a scalar, but an object type is returned from AccessorFunction I want to look up to original T type, for an original nested type. For scalars, I want to keep the behavior I have.
More on the issue here:
https://stackoverflow.com/questions/55145634/how-to-make-type-lookup-to-original-type-to-defer-its-return-type
Will be glad if somebody can help me with that.