Skip to content

Instantly share code, notes, and snippets.

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