Join the fun: http://www.SiliconDojo.com
Support us with at: http://www.donorbox.com/etcg
Tuples are Collections that are immutable and cannot be sorted. Tuples are used for things like compuetr vision when OpenCV returns the x, y coordinates of an object. You shouldn't sort or change this type of data.
To create a Tuple use parenthesis ( ) and add the values.
To access a value at an index call the Tuple's index number like a list.