1 2 3 4 5 6 7 8
struct Path { field points: List[Point]; } struct Point { field x: Int32; field y: Int32; }