fn fmtSliceEscapeUpper(bytes: []const u8) field_call

Return a Formatter for a []const u8 where every non-printable ASCII character is escaped as \xNN, where NN is the character in uppercase hexadecimal notation.

Parameters

bytes: []const u8,