Module collect

Module collect 

Source

Macros§

impl_extend_tuple 🔒

Traits§

Extend
Extend a collection with the contents of an iterator.
FromIterator
Conversion from an Iterator.
IntoIterator
Conversion into an Iterator.

Functions§

default_extend 🔒
An implementation of extend that calls extend_one or extend_one_unchecked for each element of the iterator.