Skip to content

Instantly share code, notes, and snippets.

@bartschuller
Created March 10, 2011 09:00
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