ICustomLookup<'K> Type
Represents a special lookup. This can be used to support hierarchical or duplicate keys
in an index. A key type `K` can come with associated ICustomLookup<K> to provide
customized pattern matching (equality testing)
Instance members
| Instance member |
Description
|
Full Usage:
this.Matches
Parameters:
'K
Returns: bool
Modifiers: abstract |
Tests whether a specified key matches the current key (for example, in hierarchical indexing based on tuples, if the current key represents a pair (1, _) then the value (1, 42) would match).
|
Deedle