Skip to main content

combine_to_array

Function combine_to_array 

Source
pub const fn combine_to_array<const LEN: usize>(pieces: &[&[u8]]) -> [u8; LEN]
Expand description

Wrapper around combine which has a const generic parameter, this is going to be more codegen at compile time (?)

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