Skip to content

Instantly share code, notes, and snippets.

@longlongjump
Created March 15, 2016 13:05
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 longlongjump/64645fb5e96cf54a1ddf to your computer and use it in GitHub Desktop.
Save longlongjump/64645fb5e96cf54a1ddf to your computer and use it in GitHub Desktop.
func foo<T>(val: T) {
debugPrint(val) // breakpoint here
}
foo(42)
foo(42.0)
foo("42")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment