ksmt-core
0.5.23
ksmt-core
/
io.ksmt
/
KContext
/
mkArrayNSelect
mk
Array
NSelect
open
fun
<
R
:
KSort
>
mkArrayNSelect
(
array
:
KExpr
<
KArrayNSort
<
R
>
>
,
indices
:
List
<
KExpr
<
*
>
>
)
:
KExpr
<
R
>
Create n-ary array select expression (select
array
_0 ...
indices
_n).