macro_rules! french_cards {
($card_str:expr) => { ... };
}Expand description
A macro to create a Pile of
French Deck cards
from a string.
If the passed in string isn’t valid, it will simply return an empty pile.
macro_rules! french_cards {
($card_str:expr) => { ... };
}A macro to create a Pile of
French Deck cards
from a string.
If the passed in string isn’t valid, it will simply return an empty pile.