column

inline fun <T> Array<Array<T>>.column(k: Int): Array<T>(source)

Return

a copy of the extracted column

Parameters

k

the kth column to be extracted (zero-based indexing)