french_cards

Macro french_cards 

Source
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.