Skip to content

Instantly share code, notes, and snippets.

@einarwh
Created October 5, 2011 01:02
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 einarwh/1263331 to your computer and use it in GitHub Desktop.
Save einarwh/1263331 to your computer and use it in GitHub Desktop.
Simple skip sequence using a broken record iterator.
var skip = new[] { 4, 2, 4, 2, 4, 6, 2, 6 };
var skipSequence = new BrokenRecord<int>(skip);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment