Swift Swift – 構造体 構造体は、Structを使う記述例struct Profile { var name: String var age: Int} let profile = Profile(name: "たろう", age: 18... 2016.05.21 Swift