Tag: Generic
-
In Swift, why cannot we use generic protocols as normal protocols?
In Swift, generic protocols can only be used as a generic constraint. But why is that? Why we can’t use them as normal protocols?
In Swift, generic protocols can only be used as a generic constraint. But why is that? Why we can’t use them as normal protocols?