January 2017
Intermediate to advanced
338 pages
7h 51m
English
The F# types are mostly describing types that are not collection types. F# has its own unique collection types as well.
The F# collection features are mostly implemented as modules, with the namespace of Microsoft.FSharp.Collections. The following are the F# collection modules:
Array: Basic operations on arraysArray2D: Basic operations on two-dimensional arraysArray3D: Basic operations on rank 3 arraysArray4D: Basic operations on rank 4 arraysComparisonIdentity: Common notions of comparison identity used with sorted data structuresHashIdentity: Common notions of value identity used with hash tablesList: Basic operations on listsMap: Functional programming ...Read now
Unlock full access