I worry when I do not know when you can use "Seq", "seq". Can you tell me which of these consequences?
This is my code. Why aren't you using "seq"?
let s = ResizeArray<float>()
s.Add(1.1)
s.Add(2.2)
s.Add(3.3)
s.Add(4.4)
s |> Seq.iter (fun x -> printfn("%f") x )
user8278702
source
share