Skip to content

Instantly share code, notes, and snippets.

@Varriount
Created December 5, 2013 23:00
Show Gist options
  • Save Varriount/7815593 to your computer and use it in GitHub Desktop.
Save Varriount/7815593 to your computer and use it in GitHub Desktop.
Meep. Brain has exploded.
proc foo[T](): array[T, int] =
return result
discard foo[TSlice[int](a:1,b:5)]()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment