Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active February 28, 2020 22:32
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 bleroy/f27ef03bc1a1cca6119584d643fe682b to your computer and use it in GitHub Desktop.
Save bleroy/f27ef03bc1a1cca6119584d643fe682b to your computer and use it in GitHub Desktop.
Weave(new[] { 1, 2, 3 }, new[] { 4, 5, 6 }) -> [1, 4, 2, 5, 3, 6]
@ltlombardi
Copy link

ltlombardi commented Feb 28, 2020

There is an extra ")" before the ->

@bleroy
Copy link
Author

bleroy commented Feb 28, 2020

Good catch, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment