can_fit_int

Function can_fit_int 

Source
fn can_fit_int(value: I256, bits: usize) -> bool
Expand description

Checks if a signed integer value can fit in intN type.