FSharp.Collections Namespace
Operations for collections such as lists, arrays, sets, maps and sequences. See also F# Collection Types in the F# Language Guide.
| Type/Module | Description |
|
Common notions of value ordering implementing the IComparer interface, for constructing sorted data structures and performing sorting operations. |
|
|
Common notions of value identity implementing the IEqualityComparer interface, for constructing Dictionary objects and other collections |
|
|
Contains operations for working with values of type list. |
|
|
Contains operations for working with values of type Map. |
|
|
Contains operations for working with values of type seq. |
|
|
An abbreviation for the CLI type IEnumerable |
|
|
Contains operations for working with values of type Set. |
|