Skip to main content

Module concat

Module concat 

Source

Functionsยง

combine ๐Ÿ”’
Combines all bytes pieces into a single byte array.
combine_to_array
Wrapper around combine which has a const generic parameter, this is going to be more codegen at compile time (?)
combined_len
Calculates the total byte length of all byte pieces in the array.
slice_copy_from_slice ๐Ÿ”’
Replacement for slice::copy_from_slice, which is const from 1.87
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here