Deedle


ArrayVector<'T>

Namespace: Deedle.Vectors.ArrayVector

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

Fork me on GitHub