Function pow_integer

Source
pub fn pow_integer(lhs: i32, rhs: i32) -> Result<i32>
Expand description

Performs a power operation of integers.