0
点赞
收藏
分享

微信扫一扫

Swift 之协议中如何定义泛型

盖码范 2022-01-17 阅读 113
swift
protocol Cache {
  associatedtype Key
  associatedtype Value
}

举报

相关推荐

0 条评论