What's The Correct Way To Implement A Metaclass With A Different Signature Than `type`?
Say I want to implement a metaclass that should serve as a class factory. But unlike the type const…
Read more
What's The Correct Way To Implement A Metaclass With A Different Signature Than `type`?