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.

Parameters

writer: anytype,
bytes: []const u8,