[][src]Type Definition freecell::Freecells

type Freecells = ArrayVec<[Card; 4]>;

May hold up to four arbitrary cards

Trait Implementations

impl CardCollection for Freecells[src]