'T[]
Array
IList
ICollection
IStructuralComparable
IStructuralEquatable
ICloneable
IList<'T>
ICollection<'T>
IEnumerable<'T>
IEnumerable
Single dimensional, zero-based arrays, written int[], string[] etc.
int[]
string[]
Use the values in the Array module to manipulate values of this type, or the notation arr.[x] to get/set array values.
arr.[x]