Skip to content

Instantly share code, notes, and snippets.

@0xRoch
Created September 19, 2012 19:32
Show Gist options
  • Save 0xRoch/3751723 to your computer and use it in GitHub Desktop.
Save 0xRoch/3751723 to your computer and use it in GitHub Desktop.
var list = fetchList
while (list.size < limit) {
list = list ::: fetchList
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment