F# Vector extensions
Namespace: Deedle
Defines non-generic Vector
type that provides functions for building vectors
(hard-bound to ArrayVectorBuilder
type). In F#, the module is automatically opened
using AutoOpen
. The methods are not designed for the use from C#.
Nested types and modules
Type | Description |
Vector | Type that provides a simple access to creating vectors represented
using the built-in |