You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MemberwiseIntializerpublicstructMemberEntity{varname:String@Init(.ignored)varage:Int=10@Init("day_of_birth")vardayOfBirth:String// Begin expansion of "@MemberwiseIntializer"publicinit(name:String, day_of_birth:String){self.name = name
self.dayOfBirth = day_of_birth
}// End expansion of "@MemberwiseIntializer"}
적용 타입의 접근 제어자에 유의
📄 기타
주석화된 문서 작성하기
XCTest 케이스 작성하기
The text was updated successfully, but these errors were encountered:
🛠️ 작업 내용
📄 기타
The text was updated successfully, but these errors were encountered: