Skip to main content

All Questions

Tagged with
0 votes
1 answer
348 views

Identifiable as generic and func parameter

Hello I want to build something like below: protocol BaseEntity: Identifiable { var id: UUID { get set } } protocol DataStore { associatedtype T: BaseEntity typealias CompleteHandler&...
piotr_ch's user avatar
  • 510