Skip to main content

combine

Function combine 

Source
const fn combine(pieces: &[&[u8]], out: &mut [u8])
Expand description

Combines all bytes pieces into a single byte array.

out should be a buffer at the correct size of combined_len(pieces), else this will panic.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here