Skip to content

Instantly share code, notes, and snippets.

@bartschuller
Created March 10, 2011 09:00
Show Gist options
  • Save bartschuller/863790 to your computer and use it in GitHub Desktop.
Save bartschuller/863790 to your computer and use it in GitHub Desktop.
val a = List(1,2,3,4)
val b = List("A","B","C","D")
val c = Map() ++ a.zip(b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment