Skip to main content

split_hashset_round_robin

Function split_hashset_round_robin 

Source
pub fn split_hashset_round_robin<T>(
    set: HashSet<T>,
    parts: usize,
) -> Vec<HashSet<T>>
where T: Eq + Hash,
Expand description

Consumes set and returns (left, right), where left are items matching pred.