Skip to content

Instantly share code, notes, and snippets.

@dom96
Created November 30, 2013 19:07
Show Gist options
  • Save dom96/d7db8957cf7f7a5ab6f9 to your computer and use it in GitHub Desktop.
Save dom96/d7db8957cf7f7a5ab6f9 to your computer and use it in GitHub Desktop.
type
TVector[t;i] = array[i, t]
TIVec2 = TVector[int32, range[0..1]]
var x = [0'i32, 2].TIvec2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment