fn writeEscapedStringWithFn(writer: anytype, input: []const u8, comptime keepUnescaped: fn (u8) bool) @TypeOf(writer).Error!void
[src]
fn writeEscapedStringWithFn(writer: anytype, input: []const u8, comptime keepUnescaped: fn (u8) bool) @TypeOf(writer).Error!void