select

fun <D : KSort, R : KSort> KExpr<KArraySort<D, R>>.select(index: KExpr<D>): KExpr<R>
fun <D0 : KSort, D1 : KSort, R : KSort> KExpr<KArray2Sort<D0, D1, R>>.select(index0: KExpr<D0>, index1: KExpr<D1>): KExpr<R>
fun <D0 : KSort, D1 : KSort, D2 : KSort, R : KSort> KExpr<KArray3Sort<D0, D1, D2, R>>.select(index0: KExpr<D0>, index1: KExpr<D1>, index2: KExpr<D2>): KExpr<R>