How to initialize List in Kotlin?

后端 未结 6 1674
清酒与你
清酒与你 2021-02-03 16:36

I see Kotlin has a List collection and I was wondering about different ways to initialize one. In Java, I could write:

List geeks = Ar         


        
6条回答
提交回复
热议问题