All Questions
2 questions
1
vote
1
answer
82
views
7
votes
2
answers
204
views
Defining a simple function-calling operator
I have been writing Swift code for a while and have read a lot of tutorials about how functional paradigms can be applied to Swift.
I defined a simple operator:
...