Created
April 12, 2018 03:49
-
-
Save patrickcousins/feeae761a499ef055c98c35a796ed662 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 yarnStash: Sequence<Yarn> = listOf( | |
Yarn.Cotton(), | |
Yarn.Wool(), | |
Wool.Merino(), | |
Wool.Alpaca(), | |
Yarn.Silk() | |
).asSequence() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment