[test](test/index) / [kotlin](test/kotlin/index) ## Package kotlin ### Types | [Array](test/kotlin/-array/index) | `class Array<T>` | | [CharArray](test/kotlin/-char-array/index) | `class CharArray` | | [IntArray](test/kotlin/-int-array/index) | `class IntArray` | ### Functions | [foo](test/kotlin/foo) | `fun <T> any_array<T>.foo(predicate: (T) -> Boolean): Boolean` Returns true if foo. |