.net - Difference between Seq.map and Seq.collect in F# -
What is the difference between the function "Seq.collect" and "Seq.map" in F #? They seem equivalent to the description on MSDN.
Seq.collect
Firstly, each sequence element has a New sequence and adjust these sequences in a single.
Seq.map
Comments
Post a Comment