Function moore_svlog::value::make_int [−][src]
pub fn make_int<'a>(ty: &'a UnpackedType<'a>, value: BigInt) -> ValueData<'a>
Expand description
Create a new integer value.
Panics if ty
is not an integer type. Truncates the value to ty
.