fn printErrorSet(w: *Writer, error_set: anyerror) Error!void
fn printErrorSet(w: *Writer, error_set: anyerror) Error!void { var vecs: [2][]const u8 = .{ "error.", @errorName(error_set) }; try w.writeVecAll(&vecs); }