Recently I'm learning functional programing using swift programing language, and found a library named Swiftz, I found a very strange way to call function and would like to ask if anyone knows why it works, thanks!
Simple code here, Person().walk <*> 10
is too wired for me, before <*>
and after <*>
are whitespaces but no error occurred