union

Function union 

Source
pub fn union(a: &[u8], b: &[u8]) -> Vec<u8> 
Expand description

Computes the union of two byte slices.