Function cribbage_core::deal_two_player_hand[][src]

pub fn deal_two_player_hand(
    deck: &mut Deck
) -> Result<TwoPlayerDeal, CribbageCoreError>