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 }; }