Skip to content

Instantly share code, notes, and snippets.

@sofoklis
Created January 18, 2013 12:05
Show Gist options
  • Save sofoklis/4564179 to your computer and use it in GitHub Desktop.
Save sofoklis/4564179 to your computer and use it in GitHub Desktop.
option to list
val ln = n.toList //> ln : List[Nothing] = List()
val ls = s.toList //> ls : List[Int] = List(1)
val lo = o.toList //> lo : List[Int] = List(3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment