tail

sknano.core.itertools.tail(n, iterable)[source] [edit on github][source]

Return an iterator over the last n items.

Parameters:
Returns:

Return type:

Iterator.