How to control type variables/parameters display in function signatures? #94
Unanswered
AllanChain
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
With a function like
The rendered signature looks like
Note that the
[T: BaseClass]disappears andTis resolved to a long full name.Is there a way to:
[T: BaseClass]Tto the full name?All reactions