package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Feb 27, 2024
License: MIT, Unlicense
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package playing provides types for modeling a deck of conventional
playing cards.
const (
Ace Rank = iota
Two
Three
Four
Five
Six
Seven
Eight
Nine
Ten
Jack
Queen
King
UnknownRank
)
const (
Spades Suit = iota
Clubs
Hearts
Diamonds
UnknownSuit
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.