Macro onejoker::card

source ยท
macro_rules! card {
    ( $x:literal ) => { ... };
}
Expand description

Make const Card object from string. For example, card!("Ac") is equivalent to the constant ACE_OF_CLUBS.