Function aoc::year2022::day03::priority

source ยท
fn priority(mask: u128) -> u32
Expand description

Find the lowest set bit (there should only be one) then convert to priority using the given rules.