Skip to main content

unsigned_fn

Macro unsigned_fn 

Source
macro_rules! unsigned_fn {
    ($UnsignedT:ident, $HalfBitsT:ident, $stages:ident) => { ... };
}
🔬This is a nightly-only experimental API. (num_internals)
Expand description

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