Skip to content

Instantly share code, notes, and snippets.

@sagarpatel288
Created April 23, 2020 12:25
Show Gist options
  • Save sagarpatel288/b5413ec61264399901f78d767bb65bda to your computer and use it in GitHub Desktop.
Save sagarpatel288/b5413ec61264399901f78d767bb65bda to your computer and use it in GitHub Desktop.
How to call / execute a function type?
ft(1, 2)
//OR
ft.invoke(1, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment