Trait libp2p::multiaddr::multihash::typenum::Abs [−][src]
A type operator that returns the absolute value.
Example
use typenum::{Abs, N5, Integer}; assert_eq!(<N5 as Abs>::Output::to_i32(), 5);
Associated Types
Loading content...Implementors
impl Abs for Z0
[src]
impl<U> Abs for NInt<U> where
U: Unsigned + NonZero,
[src]
U: Unsigned + NonZero,
impl<U> Abs for PInt<U> where
U: Unsigned + NonZero,
[src]
U: Unsigned + NonZero,