macro_rules! signed_fn {
($SignedT:ident, $UnsignedT:ident) => { ... };
}🔬This is a nightly-only experimental API. (
num_internals)Expand description
Generates an i* function that returns the integer square root of any nonnegative
input of a specific signed integer type.