[][src]Trait isnt::std_1::primitive::IsntUsizeExt

pub trait IsntUsizeExt: Sealed {
#[must_use]    pub fn is_not_power_of_two(self) -> bool;
}

Extension for usize

Required methods

#[must_use]pub fn is_not_power_of_two(self) -> bool[src]

The negation of is_power_of_two

Loading content...

Implementations on Foreign Types

impl IsntUsizeExt for usize[src]

Loading content...

Implementors

Loading content...