Skip to content

Commit

Permalink
Allow Protocols to be Nested in Non-Generic Contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyosung-finda committed Oct 7, 2024
1 parent 118e626 commit 7da3318
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class TableView<Element> {
- 제네릭 프로토콜을 도입하거나
- 제네릭 매개변수를 연관된 유형에 매핑.
두 가지 모두 이 제안의 범위에는 포함되지 않지만, 이 작성자는 제네릭 컨텍스트를 지원하지 않아도 충분한 이점이 있다고 생각합니다. 이 중 어느 쪽이든 향후 흥미로운 방향이 될 것입니다.

### Associated Type matching
구체적인 유형에 중첩된 경우 프로토콜은 associated type 요구 사항을 확인하지 않습니다.
```swift
Expand Down

0 comments on commit 7da3318

Please sign in to comment.