Function aoc::year2016::day14::to_ascii

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

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