Click or drag to resize
F# Index extensionsIndexofKeysT Method (FSharpListT)
Create an index from a sequence of keys and check if they are sorted or not

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static IIndex<T> ofKeys<T>(
	FSharpList<T> keys
)

Parameters

keys
Type: Microsoft.FSharp.CollectionsFSharpListT

[Missing <param name="keys"/> documentation for "M:Deedle.F# Index extensions.Index.ofKeys``1(Microsoft.FSharp.Collections.FSharpList{``0})"]

Type Parameters

T

Return Value

Type: IIndexT

[Missing <returns> documentation for "M:Deedle.F# Index extensions.Index.ofKeys``1(Microsoft.FSharp.Collections.FSharpList{``0})"]

See Also