Avatar
@swift-5.4.3 struct Hoge { var hoge, fuga: Int } print(Hoge(hoge: 1, fuga: 2))