[][src]Trait uabs::Uabs

pub trait Uabs: SignRel {
    fn uabs(self) -> Self::Unsigned;
}

The unsigned absolute value operation

Required methods

fn uabs(self) -> Self::Unsigned

Calculate the absolute value as the unsigned equivalent

Loading content...

Implementors

impl Uabs for i8[src]

impl Uabs for i16[src]

impl Uabs for i32[src]

impl Uabs for i64[src]

impl Uabs for i128[src]

impl Uabs for isize[src]

impl Uabs for u8[src]

impl Uabs for u16[src]

impl Uabs for u32[src]

impl Uabs for u64[src]

impl Uabs for u128[src]

impl Uabs for usize[src]

Loading content...