'T array (FSharp.Core)

'T array Type

Namespace: FSharp.Core
Assembly: FSharp.Core.dll
Abbreviation For: 'T[]
Base Type: Array
All Interfaces: IList , ICollection , IStructuralComparable , IStructuralEquatable , ICloneable , IList<'T> , ICollection<'T> , IEnumerable<'T> , IEnumerable

Single dimensional, zero-based arrays, written int array, string array etc.

Use the values in the Array module to manipulate values of this type, or the notation arr.[x] to get/set array values.