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
Constructor | Description |
new(patterns)
Signature: (patterns:obj option []) -> SimpleLookup<'T>
|