Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created June 6, 2018 11:09
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/700b6d9fcb6e94e905c56f74d4977842 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/700b6d9fcb6e94e905c56f74d4977842 to your computer and use it in GitHub Desktop.
public infix fun <A, B> A.to(that: B): Pair<A, B> = Pair(this, that)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment