pub type PQLHandType = HandType;Expand description
High-hand classification (pair, flush, full house, …).
Aliased Type§
pub enum PQLHandType {
HighCard,
Pair,
TwoPair,
Trips,
Straight,
Flush,
FullHouse,
Quads,
StraightFlush,
}