Redundant duplication of typealiase declarations when conforms to a protocol (Part 2)

后端 未结 0 668
别那么骄傲
别那么骄傲 2021-01-12 07:14
protocol Destinationable: Hashable {
    associatedtype D: Hashable
    var destination: D { get }
}

protocol Graph {
    associatedtype Edge: Destinationable
    s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题