Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active January 8, 2019 16:01
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 MartinZikmund/1b53e4870122ec13549857cd0261841e to your computer and use it in GitHub Desktop.
Save MartinZikmund/1b53e4870122ec13549857cd0261841e to your computer and use it in GitHub Desktop.
Array fill with LINQ Enumerable
var prime = Enumerable.Repeat(true, 1000).ToArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment