Deedle


SimpleLookup<'T>

Namespace: Deedle.Keys

Implements a simple lookup that matches any multi-level key against a specified array of optional objects (that represent missing/set parts of a key)

Constructors

ConstructorDescription
new(patterns)
Signature: (patterns:obj option []) -> SimpleLookup<'T>
Fork me on GitHub