Skip to main content

combined_len

Function combined_len 

Source
pub const fn combined_len(pieces: &[&[u8]]) -> usize
Expand description

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.

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