Skip to content

Instantly share code, notes, and snippets.

@zaharidichev
Created May 17, 2017 08:23
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 zaharidichev/ca72ff37df026c8231a58f0a4de0b956 to your computer and use it in GitHub Desktop.
Save zaharidichev/ca72ff37df026c8231a58f0a4de0b956 to your computer and use it in GitHub Desktop.
final case class Tuple1[@specialized(Int, Long, Double) +T1](_1: T1)
final case class Tuple3[+T1, +T2, +T3](_1: T1, _2: T2, _3: T3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment