Avatar
struct Matrix { var elem: [[Float]] } _ = Matrix(elem: [[1.0, 2.0], [1.0/2.0, 1.0/3.0]])
5:27 AM
これで通りましたね、Sandbox
5:27 AM
Xcodeはインスコ中なので動かせない