Interesting, are extension methods a backdoor way to typeclasses in C#? If so that'd be fascinating to see.
If the extension method implements and interface, and any existing type can be extended via that interface it seems like you get that functionality right? Or am I missing something?
BoiledCabbage•2mo ago
If the extension method implements and interface, and any existing type can be extended via that interface it seems like you get that functionality right? Or am I missing something?