Macro signed_fn

Source
macro_rules! signed_fn {
    ($SignedT:ident, $UnsignedT:ident) => { ... };
}
Expand description

Generates an i* function that returns the integer square root of any nonnegative input of a specific signed integer type.