Skip to main content

diff_sets

Function diff_sets 

Source
pub fn diff_sets(
    golden: &[CompactString],
    actual: &[CompactString],
) -> (Vec<CompactString>, Vec<CompactString>)
Expand description

Both golden and actual MUST be sorted ascending.