Index Methods |
The F# Index extensionsIndex type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ofKeysT(FSharpListT) |
Create an index from a sequence of keys and check if they are sorted or not
| |
ofKeysT(ReadOnlyCollectionT) |
Create an index from a sequence of keys and check if they are sorted or not
| |
ofKeysT(T) |
Create an index from a sequence of keys and check if they are sorted or not
| |
ofUnorderedKeysT(FSharpListT) |
Create an index from a sequence of keys and assume they are not sorted
(the resulting index is also not sorted).
| |
ofUnorderedKeysT(ReadOnlyCollectionT) |
Create an index from a sequence of keys and assume they are not sorted
(the resulting index is also not sorted).
| |
ofUnorderedKeysT(T) |
Create an index from a sequence of keys and assume they are not sorted
(the resulting index is also not sorted).
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |