Module chain

Module chain 

Source
Expand description

Linking non-empty and possibly empty iterators together.

Structs§

Chain
Represents non-empty iterators that link two iterators together.

Functions§

chain
Converts the given arguments to iterators and links them together.