gadgets.it

Function which returns an iterator of its arguments.

pythonic_fp.gadgets.it.it(*args: A) Iterator

Function returning an iterator of its arguments.

Does not create an object to iterate over.

  • well, not in the Python world

  • maybe in the C world