bvBig function
Creates a BitVecNumeral from a BigInt value.
Implementation
BitVecNumeral bvBig(BigInt value, BitVecSort sort) =>
BitVecNumeral(value, sort);
Creates a BitVecNumeral from a BigInt value.
BitVecNumeral bvBig(BigInt value, BitVecSort sort) =>
BitVecNumeral(value, sort);