Creates a Seq of items by iterating a projection function.
Number of items to iterate
Function that receives the index and returns the item for that index.
A Seq of the generated items.
Creates a Seq of items by iterating a projection function.