pub fn comm(
data1: &[u8],
data2: &[u8],
config: &CommConfig,
tool_name: &str,
out: &mut impl Write,
) -> Result<CommResult>Expand description
Run the comm merge algorithm on two sorted inputs.
pub fn comm(
data1: &[u8],
data2: &[u8],
config: &CommConfig,
tool_name: &str,
out: &mut impl Write,
) -> Result<CommResult>Run the comm merge algorithm on two sorted inputs.