In F# what is the most functional and idiomatic way of creating or "newing up" 100 new objects into a List.
I guess for an example we could use DateTime as an example object.
In F# what is the most functional and idiomatic way of creating or "newing up" 100 new objects into a List.
I guess for an example we could use DateTime as an example object.