Tagged Questions
1
vote
2answers
571 views
Seq.generate_using is MIA in F#
I'm trying to use the Seq.generate_using function, but, unfortunately, I don't seem to be able to find it. I thought it would be living here:
Microsoft.FSharp.Collections.Seq.generate_using
...