kotlin學習筆記——泛型及reified函數

Kotlin學習筆記系列:http://blog.csdn.net/column/details/16696.htmlhtml kotlin中的泛型與java中的差很少 class TypedClass<T>(param : T){ ... } val s = TypedClass<String>("hello") kotlin中能夠簡化模板代碼,編譯器能夠自動推斷類型,如 val s
相關文章
相關標籤/搜索