Created
April 6, 2017 05:34
-
-
Save paulcarey/adf57a79e3c714dc31e793eeae6a7d4b to your computer and use it in GitHub Desktop.
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 xs = List(1, 2, 3) | |
xs.??? => List(4, 5, 6) | |
xs.??? => List(1, -1, 2, -2, 3, -3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment