Function onejoker::poker::reference_evaluators::ojp_best_of

source ยท
pub fn ojp_best_of(
    h: &Hand,
    k: usize,
    g: Scale,
    eval: HandEvaluator,
) -> HandValue
Expand description

wiki | Best n-card hand value from larger set

Given a large hand and evaluator, find the best n-card hand value.