Grid
struct Grid: Identifiable
A grid in the Line
-
The unique ID
Declaration
Swift
var id: Int
-
The parts in the grid
Declaration
Swift
var parts = [Part]()