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.
macro_rules! signed_fn {
($SignedT:ident, $UnsignedT:ident) => { ... };
}Generates an i* function that returns the integer square root of any nonnegative
input of a specific signed integer type.