fn parseWrite(writer: anytype, bytes: []const u8) error{OutOfMemory}!Result
Parses bytes as a Zig string literal and writes the result to the std.io.Writer type. Asserts bytes has ‘”’ at beginning and end.
bytes
writer: anytype,
bytes: []const u8,