fn bytesToHex(input: anytype, case: Case) [input.len * 2]u8
Encodes a sequence of bytes as hexadecimal digits. Returns an array containing the encoded bytes.
input: anytype,
case: Case,