Function preserves::hex::hexdigit

source ·
pub fn hexdigit(v: u8) -> char
Expand description

Convert a number 0..15 to a hex digit char.

§Panics

Panics if given v outside the range 0..15 inclusive.