aoc::year2016::day14

Function to_ascii

Source
fn to_ascii(n: u32) -> [u8; 8]
Expand description

Quickly convert a u32 to an array of 8 ASCII values.