Function advent_of_code_2023::day_7::parse_hand
source · fn parse_hand(line: &str, card_parser: fn(_: &str) -> Vec<Card>) -> Hand
Expand description
Parse a single line in the format AKQJT 123
fn parse_hand(line: &str, card_parser: fn(_: &str) -> Vec<Card>) -> Hand
Parse a single line in the format AKQJT 123