F# Index extensions Module
Defines non-generic `Index` type that provides functions for building indices (hard-bound to `LinearIndexBuilder` 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 indices represented using the built-in `LinearVector` type. |
Deedle