pub fn add_slice(x: &[u8], y: &[u8]) -> (Vec<u8>, u8)
Computes x += y where x and y is a slice. requires: len(x) >= len(y).