Functionsยง
- combine ๐
- Combines all bytes pieces into a single byte array.
- combine_
to_ array - Wrapper around
combinewhich 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