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.

Parameters

input: anytype,
case: Case,