Function pokereval::eval_7cards [] [src]

pub fn eval_7cards(cards: &[&Card; 7]) -> HandRank

Evalate a hand consisting of 7 cards. The cards are grouped in an array. This is quite inefficient, due to the arrays that need to be created. But convenient.