Type Alias onejoker::poker::reference_evaluators::HandEvaluator
source ยท pub type HandEvaluator = fn(_: &Hand) -> HandValue;
Expand description
Return numeric value to compare hands.
pub type HandEvaluator = fn(_: &Hand) -> HandValue;
Return numeric value to compare hands.