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
I need to get the subtype of of generic parameter inside a function. I see that there is a genericHead in typetraits that get the "container". I would love to have a way to get the subtype.
seq[int].genericHead will be just seq
Use case, use TT.genericTail instead of "int" in the following proc