Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created December 13, 2020 07:40
Show Gist options
  • Save MartinZikmund/edab53dc08e91ab150d9210b821d9010 to your computer and use it in GitHub Desktop.
Save MartinZikmund/edab53dc08e91ab150d9210b821d9010 to your computer and use it in GitHub Desktop.
var swap = Cells;
Cells = _nextGeneration;
_nextGeneration = swap;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment