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

pub trait VecLog2 {
    pub fn log2(n: usize) -> Self;
}

Required methods

pub fn log2(n: usize) -> Self[src]

Loading content...

Implementations on Foreign Types

impl<I: PrimInt> VecLog2 for Vec<I>[src]

Loading content...

Implementors

Loading content...