select

Function select 

Source
pub fn select(
    algos: Vec<(&str, AlgoFn)>,
    data: &mut [i64],
    config: Config,
) -> SelectResult<Vec<i64>>