Function pokereval::eval_6cards [] [src]

pub fn eval_6cards(cards: &[&Card; 6]) -> HandRank

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