Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created August 1, 2013 20:57
Show Gist options
  • Save BitPuffin/6135229 to your computer and use it in GitHub Desktop.
Save BitPuffin/6135229 to your computer and use it in GitHub Desktop.
type
TMatrix[T; R, C] = distinct array[0..((R.high - R.low + 1) + (C.high - C.low + 1)), T]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment