Macro poker::box_cards[][src]

macro_rules! box_cards {
    ($card_slice:expr, $($card_slices:expr),+ $(,)?) => { ... };
}

Use this macro to chain two or more slices of Card into a single boxed slice of Card. This may be useful for bundling a hand and poker board together for evaluation, as in Texas Holdem.