Skip to content

Instantly share code, notes, and snippets.

@dsp
Created January 23, 2015 18:47
Show Gist options
  • Save dsp/a3cdda17fecce553bcec to your computer and use it in GitHub Desktop.
Save dsp/a3cdda17fecce553bcec to your computer and use it in GitHub Desktop.
void drop(List a, int n) {
...
}
List l = ...
l.drop(1); // this translates to drop(l, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment