Skip to content

Instantly share code, notes, and snippets.

@patrickcousins
Created April 12, 2018 03:49
Show Gist options
  • Save patrickcousins/feeae761a499ef055c98c35a796ed662 to your computer and use it in GitHub Desktop.
Save patrickcousins/feeae761a499ef055c98c35a796ed662 to your computer and use it in GitHub Desktop.
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