nil coalescing operator

nil coalescing operator

You are currently viewing a revision titled "nil coalescing operator", saved on 2020-05-28 오후 10:14 by 야곰
제목
nil coalescing operator
내용
nil 병합 연산자. ?? 연산자는 두 값 사이에 위치하는 중위 연산자입니다. a ?? b 라고 표현할 때, a는 옵셔널 값이고, 옵셔널에서 값을 추출하여 값이 있으면 a 옵셔널의 값을 반환하고, 값이 없으면 b 값을 반환합니다. An operator (??) placed between two values, a ?? b, that unwraps an optional a if it contains a value, or returns a default value b if a is nil.
요약글
Markdown content
`nil` 병합 연산자. `??` 연산자는 두 값 사이에 위치하는 중위 연산자입니다. `a ?? b` 라고 표현할 때, `a`는 옵셔널 값이고, 옵셔널에서 값을 추출하여 값이 있으면 `a` 옵셔널의 값을 반환하고, 값이 없으면 `b` 값을 반환합니다. An operator (??) placed between two values, a ?? b, that unwraps an optional a if it contains a value, or returns a default value b if a is nil.


Old New Date Created Author Actions
2020-06-04 오후 1:01 야곰
2020-05-28 오후 1:14 야곰

logo landscape small

사업자번호 : 743-81-02195
통신판매업 신고번호 : 제 2022-충북청주-1278 호
고객센터 : 카카오톡채널 @yagom