fn fmtEscapes(bytes: []const u8) field_call

Return a Formatter for Zig Escapes of a double quoted string. The format specifier must be one of:

  • {} treats contents as a double-quoted string.
  • {'} treats contents as a single-quoted string.

Parameters

bytes: []const u8,