F# Index extensions
Namespace: Deedle
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#.
Nested types and modules
Type | Description |
Index | Type that provides a simple access to creating indices represented
using the built-in |