ksmt-core
0.5.23
ksmt-core
/
io.ksmt
/
KContext
/
mkBvHex
mk
Bv
Hex
fun
mkBvHex
(
value
:
String
,
sizeBits
:
UInt
)
:
KBitVecValue
<
KBvSort
>
Create a BitVec value with
sizeBits
bit length from the given hex string
value
.