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