✅ Make method implemented in interface accessible from implementing type
i have an interface and an implementing struct
now
i tried implementing it in the adapter by simply casting
now
GetPlatforms() isnt reachable via new CLAdapter().GetPlatforms(), how can i make that accessible?i tried implementing it in the adapter by simply casting
this to ICL, but then i run into stack overflows