In Mojo, many types are defined using struct. A design feature is its nominal type system. # x, y を持つ struct が二つあっても、名前が違えば別の型(名義的) @fieldwise_init struct Point2D: var x: Int var y: Int ...