VOOZH about

URL: https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-array-1.html

⇱ 'T array (FSharp.Core) | 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> , 'T seq , 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.