Trait peano::Natural [] [src]

pub trait Natural {
    fn to_usize() -> usize;
}

Required Methods

Implementors