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