On Tuesday, 28 December 2021 at 00:13:13 UTC, data pulverizer wrote:
There are various requirements, sometimes I have to cast or type convert, so I **need** the type to paste correctly and explicitly.

You almost never actually need types as strings. I'm almost certain there's a better way for you to get the same work done.

Have you tried just using T directly in your mixin? You can frequently just use the local name and skip the string getting entirely.

Reply via email to