Header menu logo Deedle

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

this.Matches

Full Usage: this.Matches

Parameters:
    arg0 : '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).

arg0 : 'K
Returns: bool

Type something to start searching.