aoc
2024.12.25
In aoc::
year2016::
day14
Structs
Exclusive
Shared
Functions
check
format_string
generate_pad
parse
part1
part2
to_ascii
worker
aoc
::
year2016
::
day14
Function
to_ascii
Copy item path
Settings
Help
Summary
Source
fn to_ascii(n:
u32
) -> [
u8
;
8
]
Expand description
Quickly convert a
u32
to an array of 8 ASCII values.