Skip to content

Instantly share code, notes, and snippets.

@richlander
Created December 4, 2018 17:05
Show Gist options
  • Save richlander/e303027e4f2f9c3139286c2cc40e9add to your computer and use it in GitHub Desktop.
Save richlander/e303027e4f2f9c3139286c2cc40e9add to your computer and use it in GitHub Desktop.
Range Example
var slice = a[i1..i2]; // { 3, 4, 5 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment