Always returns Seq.Indexed, discarding associated keys and supplying incrementing indices.
Note: Seq.Indexed is a conversion function and not a class, and does not use the new keyword during construction.
Seq.Indexed
new
Optional
Generated using TypeDoc
Always returns Seq.Indexed, discarding associated keys and supplying incrementing indices.
Note:
Seq.Indexed
is a conversion function and not a class, and does not use thenew
keyword during construction.