F# Vector extensions Module
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#.
Types
| Type | Description |
|
Type that provides a simple access to creating vectors represented using the built-in `ArrayVector` type that stores the data in a continuous block of memory. |
Deedle