November 2009
Intermediate to advanced
560 pages
21h 40m
English
This chapter covers
Before we can start talking about sequence expressions, you must know what a sequence is. This is another F# term that comes from mathematics, where a sequence is an ordered list containing a possibly infinite number of elements. Don’t worry if that all sounds a bit abstract; you’re already familiar with the type that expresses the same idea in .NET: IEnumerable<T>.
The primary reason for having the IEnumerable<T> type in the .NET Framework is it gives us a unified way to work with collections of ...
Read now
Unlock full access