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 afast_collect
result. - string_
len ๐Computes the total string length of afast_collect
result.