VectorCallSite<'R>
Namespace: Deedle
Represents a generic function \forall.'T.(IVector<'T> -> 'R). The function can be
generically invoked on an argument of type IVector using IVector.Invoke
Instance members
| Instance member | Description |
Invoke(arg1)
Signature: IVector<'T> -> 'R
Modifiers: abstract |
|