Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created November 30, 2013 19:14
Show Gist options
  • Save BitPuffin/7723249 to your computer and use it in GitHub Desktop.
Save BitPuffin/7723249 to your computer and use it in GitHub Desktop.
import linagl/vector
var v = [0'i32, 2'i32].TIvec2
/home/isak/.babel/pkgs/linagl-0.1.1/linagl/vector.nim(7, 31) Error: ordinal type expected
line7:
TVector*[T; I] = array[I, T] ## T = Type, I = Indices - will possibly later be changed to Dimension (number)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment