Two dimensional arrays, typically zero-based.
Use the values in the [[Array2]] module
to manipulate values of this type, or the notation 'arr.[x,y]' to get/set array
values. When using .NET 1.x use the values in the [[CompatArray2]]
module.
Non-zero-based arrays can be created using methods on the System.Array type.
Full Type Signature
type 'a [,] = (# ...)
|