Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active February 28, 2020 22:32
Show Gist options
  • Select an option

  • Save bleroy/f27ef03bc1a1cca6119584d643fe682b to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

ltlombardi commented Feb 28, 2020

There is an extra ")" before the ->

@bleroy
Copy link
Copy Markdown
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