CustomKey Type
Helper type that can be used to get `ICustomKey` for any object (including objects that actually implement the interface and tuples)
Static members
| Static member |
Description
|
|
Returns `ICustomKey` instance for the specified key. If the specified key implements `ICustomKey`, then it is just returned; if it is a tuple, we use special key for tuples otherwise, it must be a primitive key so we just return it
|
|
|
Deedle