qorzen_
oxide
0.1.3
In qorzen_
oxide::
utils_
general::
collections
qorzen_oxide
::
utils_general
::
collections
Function
partition
Copy item path
Source
pub fn partition<T, F>(items:
Vec
<T>, predicate: F) -> (
Vec
<T>,
Vec
<T>)
where F:
Fn
(
&T
) ->
bool
,