Kotlin type mismatch on generic recursive function inside class

后端 未结 0 1651
独厮守ぢ
独厮守ぢ 2021-02-02 02:13

I have the following class, which is meant to compute the set of all ordered sets:

class PowerSet(val inputSet: List, val minLength: Int = 4) {
         


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