Skip to main content

digits_ptr

Function digits_ptr 

Source
unsafe fn digits_ptr(n: u8) -> *const u8
Expand description

Obtain a pointer to the two ASCII digits representing n.

ยงSafety: n must be less than 100.