pub exec fn compare_slice<'a, 'b>(x: &'a [u8], y: &'a [u8]) -> res : bool
res == (x@ =~= y@),
Helper function to compare two slices.