Function macro_asm_builder::utils::format_string_into_number

source ยท
pub fn format_string_into_number(s: &str) -> Option<(u128, bool)>
Expand description

Tries to convert the string representation of a u128. If the input is negative, use two complement and tells is on the boolean return.