Is there any way to have multiple receivers for an...
# general-advice
c
Is there any way to have multiple receivers for an inline function, so you can essentially auto-import a set of functions in the scope? You could do it with context receivers, but I can't figure out how to do it with context parameters.