A Sort representing Bit Vector numbers of specified size
A number representing amount of bits for this sort
Readonly
The amount of bits inside the sort
const x = BitVec.const('x', 32);console.log(x.sort.size)// 32 Copy
const x = BitVec.const('x', 32);console.log(x.sort.size)// 32
A Sort representing Bit Vector numbers of specified size