[Swift] mutating
지난시간에 구조체, 클래스를 배웠는데요! 오늘은 구조체 안에 메소드를 변경할 수 있게 해주는 mutating 메소드를 알아볼거에요 ! 구조체 mutating 사전적의미 mutate: 돌연변이가 되다. / 돌연변이를 만들다. 구조체와 열거형 내부의 데이터를 수정할 때는 mutating 키워드를 선언 해주어야 합니다. 값 타입 프로퍼티들은 해당 인스턴스 메소드 내에서 수정할 수 없어요. 이걸 가능하게 해주는게 mutating 입니다!! struct Point { var x = 0.0, y = 0.0 mutating func moveBy(x deltaX: Double, y deltaY: Double) { print("beforeX:",x) // beforeX: 1.0 print("beforeY:",y) //..
iOS
2021. 12. 11. 16:35
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Class
- 2023년 회고
- swift 고차함수
- Swift
- swift programmers
- swift protocol
- Swift 프로퍼티
- iOS error
- Combine: Asynchronous Programming with Swift
- CS 네트워크
- removeLast()
- 원티드 프리온보딩
- RIBs tutorial
- Swift Leetcode
- Swift 알고리즘
- Swift Error Handling
- Swift ModernRIBs
- Swift 내림차순
- RTCCameraVideoCapturer
- swift property
- Swift final
- Swift inout
- Swift RIBs
- ios
- Swift init
- swift reduce
- Swift joined
- swift (programmers)
- Swift joined()
- Swift 프로그래머스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함