how to create abstract immutable list in swift

前端 未结 0 648
我寻月下人不归
我寻月下人不归 2020-12-21 15:08

While i were changing kotlin code to swift code. I had a problem with create abstract immutable list.

val idList: List
    get() = object : Abstrac         


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