Macrosยง
- extend ๐
- Performs a generic
par_extend
by collecting to aLinkedList<Vec<_>>
in parallel, then extending the collection sequentially. - extend_
reserved ๐
Structsยง
- List
Consumer ๐ - List
Folder ๐ - List
Reducer ๐ - List
String ๐Consumer - List
String ๐Folder - List
VecConsumer ๐ - List
VecFolder ๐
Functionsยง
- fast_
collect ๐ - len ๐
- Computes the total length of a
fast_collect
result. - osstring_
len ๐ - Computes the total OS-string length of a
fast_collect
result. - string_
len ๐ - Computes the total string length of a
fast_collect
result.