Module collect

Source

Modulesยง

consumer ๐Ÿ”’

Functionsยง

collect_into_vec ๐Ÿ”’
Collects the results of the exact iterator into the specified vector.
collect_with_consumer ๐Ÿ”’
Create a consumer on the slice of memory we are collecting into.
special_extend ๐Ÿ”’
Collects the results of the iterator into the specified vector.
unzip_into_vecs ๐Ÿ”’
Unzips the results of the exact iterator into the specified vectors.