Macro unsigned_fn

Source
macro_rules! unsigned_fn {
    ($UnsignedT:ident, $HalfBitsT:ident, $stages:ident) => { ... };
}
Expand description

Generates a u* function that returns the integer square root of any input of a specific unsigned integer type.