pub fn and_inplace(a: &mut [u8], b: &[u8])
Expand description

AND two byte arrays in place.