collect

fun collect(intArray: IntArray)

Parameters

intArray

collects on the values in the array


fun collect(i: Int)

Tabulates the count of the number of i's presented.

Parameters

i

the presented integer


fun collect(i: Double)

Parameters

i

casts the double down to an int


fun collect(array: DoubleArray)

Parameters

array

casts the doubles to ints