aoc
2023.12.25
In aoc::
year2016::
day14
Function
aoc
::
year2016
::
day14
::
to_ascii
Copy item path
source
ยท
[
−
]
fn to_ascii(n:
u32
) -> [
u8
;
8
]
Expand description
Quickly convert a
u32
to an array of 8 ASCII values.