Grid
struct Grid: Identifiable, Equatable, Codable
A grid in the Line
-
The unique ID of the grid
Declaration
Swift
var id: Int -
The parts in the grid
Declaration
Swift
var parts: [Part] = []
View on GitHub