Skip to main content

try_slice_vec_range

Function try_slice_vec_range 

Source
fn try_slice_vec_range<T: Clone>(
    current: &[T],
    try_candidate: impl FnMut(Vec<T>) -> bool,
) -> bool