Function corollary_support::__break [] [src]

pub fn __break<T: Clone, F: Fn(T) -> bool>(
    cond: F,
    input: Vec<T>
) -> (Vec<T>, Vec<T>)