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

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

Extension for u16

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 IsntU16Ext for u16[src]

Loading content...

Implementors

Loading content...