pub const fn combined_len(pieces: &[&[u8]]) -> usize
Calculates the total byte length of all byte pieces in the array.
This is a useful utility in order to determine the size needed for the constant combine function.
combine