bcat

Function bcat 

Source
pub fn bcat(slices: &[&[u8]]) -> Vec<u8> 
Expand description

Concatenate multiple byte slices into a single Vec Example: bcat(&[b“bic:coin:balance:“, pk, b”:AMA“])