ArrayVector
Vector that stores data in an array. The data is stored using the
ArrayVectorData<'T>
type (discriminated union)
Constructors
Constructor | Description |
new ArrayVector
Signature:representation:ArrayVectorData<'T> -> ArrayVector<'T>
|
Instance members
Instance member | Description |
arrayVector.Representation
Signature:ArrayVectorData<'T>
|