Skip to content

Instantly share code, notes, and snippets.

@simerplaha
Created February 8, 2020 13:43
Show Gist options
  • Save simerplaha/965703202a01480aebcd83e16ce5bfc3 to your computer and use it in GitHub Desktop.
Save simerplaha/965703202a01480aebcd83e16ce5bfc3 to your computer and use it in GitHub Desktop.
Persistent Map in Scala
val map = persistent.Map[Int, String, Nothing, Bag.Less](dir = "target/myMap").get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment