pub trait Nat: Prop + Lt<S<Self>> + Default { }
Expand description

Implemented for natural numbers.

Implementors