[][src]Trait algorithms_edu::algo::math::log2::IntLog2

pub trait IntLog2: PrimInt {
    pub fn log2(self) -> Self { ... }
}

Provided methods

pub fn log2(self) -> Self[src]

Loading content...

Implementors

impl<I: PrimInt> IntLog2 for I[src]

Loading content...