Function iterateErrors [src]
Prototype
pub fn iterateErrors(self: *const Diagnostics) Error.Iterator Parameters
self: *const Diagnostics Source
pub fn iterateErrors(self: *const Diagnostics) Error.Iterator {
return .{ .diag = self };
} pub fn iterateErrors(self: *const Diagnostics) Error.Iterator self: *const Diagnostics pub fn iterateErrors(self: *const Diagnostics) Error.Iterator {
return .{ .diag = self };
}