i = iterator x
This function works just like its Python counterpart. In particular, i is an iterator for the iterable object x.
|
|
The source of this document is in Python/doc.m2:271:0.