Skip to content

Instantly share code, notes, and snippets.

@kanian
Created May 21, 2019 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanian/656904d3951a022d45ac267bcd690c6f to your computer and use it in GitHub Desktop.
Save kanian/656904d3951a022d45ac267bcd690c6f to your computer and use it in GitHub Desktop.
function cycleThroughPattern(xs,n){
return take(n,cycle(xs))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment