kotlin-playground:个人游乐场尝试新想法

时间:2024-05-09 00:55:50
【文件属性】:

文件名称:kotlin-playground:个人游乐场尝试新想法

文件大小:96KB

文件格式:ZIP

更新时间:2024-05-09 00:55:50

kotlin cheat-sheet Kotlin

官方风格指南 可迭代的 条件标记可以在do while循环中声明。 do { var cont = true // The condition flag can be declared inside a do while loop! if ( Random .nextBoolean()) cont = false } while (cont) 如何通过带索引的Iterable进行迭代 val xs : List < Char> = listOf ( ' a ' , ' b ' , ' c ' ) for ((i, x) in xs.withIndex()) println ( " $i $x " ) // Alternatively xs.forEachIndexed { i, x -> println ( " $i $x " ) } // Alternativel


【文件预览】:
kotlin-playground-main
----src()
--------test()
--------main()
----markdown()
--------misc.md(788B)
--------coroutines.md(10KB)
--------best-practices.md(1KB)
--------rxjava.md(832B)
--------scope-functions.md(357B)
----gradle()
--------wrapper()
----README.md(18KB)
----build.gradle(1KB)

网友评论