Home Manual Reference Source

References

summary
private

F * _chain(iterables: Iterable[]): IterableIterator

Chains input iterables one after the other.

public

F chain(iterables: ...Iterable): IterableIterator

Chains input iterables one after the other.