Function array2string2

Source
pub fn array2string2(array: &[u8; 4096], length: usize) -> String
Expand description

Convert &[u8] into a String.

You should never need to call this function.