Function endbasic_core::value::neg_integer
source ยท pub fn neg_integer(i: i32) -> Result<i32>Expand description
Performs an arithmetic negation of an integer.
pub fn neg_integer(i: i32) -> Result<i32>Performs an arithmetic negation of an integer.