Deedle


ICustomLookup<'K>

Namespace: Deedle

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 memberDescription
Matches(arg1)
Signature: 'K -> 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).

Fork me on GitHub