Skip to main content

split_at

Function split_at 

Source
fn split_at(
    set: &BTreeSet<String>,
    mid: usize,
) -> (BTreeSet<String>, BTreeSet<String>)