test / kotlin

Package kotlin

Types

| Array | class Array<T> | | CharArray | class CharArray | | IntArray | class IntArray |

Functions

| foo | fun <T> any_array<T>.foo(predicate: (T) -> Boolean): Boolean
Returns true if foo. |