Deedle


SimpleLookup

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 SimpleLookup
Signature:(patterns:obj option []) -> SimpleLookup<'T>
Fork me on GitHub