results
An asynchronous sequence containing this module’s analysis results. Results are added to the sequence as they are created.
Declaration
var results: Self.Results { get }Discussion
Each module has its own result sequence and data structure.
If there is an error in the overall analysis, all modules will throw the error from their individual result sequence.