Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8주차] some 키워드에 대해 설명하시오. #16

Open
kangddong opened this issue Jan 17, 2023 · 2 comments
Open

[8주차] some 키워드에 대해 설명하시오. #16

kangddong opened this issue Jan 17, 2023 · 2 comments

Comments

@kangddong
Copy link
Contributor

No description provided.

@Lim-YongKwan
Copy link

불투명 타입의 종류 중 하나입니다.
불투명한 타입은 항상 하나의 구체적인 유형을 나타냅니다. 이때 해당 유형이 어떤 유형인지는 알 수 없습니다.
타입을 미리 지정해서 함수의 내부를 변화시키는 제네릭 타입과는 정 반대로 함수 내부의 코드에 따라 구체적인 리턴 타입이 달라지게 됩니다.

@obtusa07
Copy link

Some?

Opaque 타입을 사용하기 위해 붙이는 것이다. 이 프로토콜을 준수하는 어떤 타입 중에 하나라는 뜻을 지닌다.
제네릭이랑은 다른데 제네릭은 플레이스 홀더를 만들어 둠으로서 이용이 가능하다.

언제 사용 가능?

  • 메서드의 리턴타입
  • stored property 타입
  • computed property 타입
  • subscripts
  • (Swift 5.7 이상) 함수 파라미터 타입

ref:
스위프트 프로그래밍 3판
https://zeddios.tistory.com/1366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants