How can I build a recursive function in Swift to return a String?

后端 未结 0 1194
北海茫月
北海茫月 2020-12-06 10:01

I have a Node class defined as follows. value: T is a String

class Node {
    var value: T
    weak var parent: Node?
    v         


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