advent_of_code_2024::day_11

Static COUNT_FOR_STONE

source
static COUNT_FOR_STONE: Lazy<Mutex<UnboundCache<(u64, u8), usize>>>
Expand description

Cached static for the count_for_stone function.