Skip to main content

CGroups

Type Alias CGroups 

Source
pub type CGroups = NanoArrayBit<u16, u8, 4>;
Expand description

Each group is in 0..16 (prefix of suited HandGroup encoding in the main package). The number of groups is implicit by the hand (len == num_tiles / 3).

Aliased Typeยง

pub struct CGroups(/* private fields */);