Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created September 18, 2018 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajjadyousefnia/957b639ff83a0877bb5878ed11e8a074 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/957b639ff83a0877bb5878ed11e8a074 to your computer and use it in GitHub Desktop.
print(circleOperation(3.0, ::calArea)) // 28.274333882308138
print(circleOperation(3.0, calArea)) // won't compile
print(circleOperation(3.0, calArea())) // won't compile
print(circleOperation(6.7, ::calCircumference)) // 42.09734155810323
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment