ResultsView
struct ResultsView : View
The view displaying the results from executing the “real” sorting algorithms without the delays caused by the animations and step by step execution of the algorithms.
-
The timing results for each of the algorithm executed.
Declaration
Swift
@ObservedObject var engine: SortCoordinator { get set }
-
Declaration
Swift
var body: some View { get }