ls_mlkit.util.iterator module

ls_mlkit.util.iterator.inf_iterator(iterable)[source]

An infinite iterator

Parameters:

iterable (iterable) – the iterable to iterate over

Yields:

any – the next element in the iterable