Skip to content

Instantly share code, notes, and snippets.

@wrobstory
Created September 7, 2014 01:28
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 wrobstory/60750cec022650bf27b1 to your computer and use it in GitHub Desktop.
Save wrobstory/60750cec022650bf27b1 to your computer and use it in GitHub Desktop.
Import mutable
scala> Set
res0: scala.collection.immutable.Set.type = scala.collection.immutable.Set$@12559336
scala> import scala.collection.mutable.Set
import scala.collection.mutable.Set
scala> Set
res1: scala.collection.mutable.Set.type = scala.collection.mutable.Set$@f86a0bd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment