Julia, 17(削除) 17 (削除ここまで) 16 bytes
F(!,+,a,b)=!a+!b
Previous answer, 17 bytes
g*f*x=g(f.(x)...)
expects g*f*(a,b)
also works with more than 2 arguments
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeF(!,+,a,b)=!a+!b
Previous answer, 17 bytes
g*f*x=g(f.(x)...)
expects g*f*(a,b)
also works with more than 2 arguments