Deedle


ArrayVector


Vector that stores data in an array. The data is stored using the ArrayVectorData<'T> type (discriminated union)

Constructors

ConstructorDescription
new ArrayVector
Signature:representation:ArrayVectorData<'T> -> ArrayVector<'T>

Instance members

Instance memberDescription
arrayVector.Representation
Signature:ArrayVectorData<'T>
Fork me on GitHub