Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
set_difference in datafusion::common::utils - Rust
[go: Go Back, main page]

Function set_difference

Source
pub fn set_difference<T, S>(
    first: impl IntoIterator<Item = T>,
    second: impl IntoIterator<Item = S>,
) -> Vec<usize>
where T: Borrow<usize>, S: Borrow<usize>,
Expand description

Calculates the set difference between sequences first and second, returning the result as a Vec. Preserves the ordering of first.