Skip to main content
sorted_diff
xlog_
cuda_
tests
0.5.0
In xlog_
cuda_
tests::
harness::
validators::
reference
xlog_cuda_tests
::
harness
::
validators
::
reference
Function
sorted_
diff
Copy item path
Source
pub fn sorted_diff<T:
Ord
+
Copy
>(a: &
[T]
, b: &
[T]
) ->
Vec
<T>
Expand description
Sorted set difference (a - b).