Created
January 18, 2013 12:05
-
-
Save sofoklis/4564179 to your computer and use it in GitHub Desktop.
option to list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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