int

Function int 

Source
pub fn int<T>(value: T) -> Int<T>
where T: Copy, IntValue<'static>: From<T>,
Expand description

Create an argdata value representing an integer (of fixed width, e.g. i32).