Skip to main content

Hand

Type Alias Hand 

Source
pub type Hand = Pile<HandType>;
Expand description

A hand is the set of cards a player holds privately during play. 6 cards dealt then 4 after discarding to the crib.

Aliased Typeยง

pub struct Hand { /* private fields */ }