Trait broccoli::node::Num[][src]

pub trait Num: PartialOrd + Copy + Default { }
Expand description

The underlying number type used for the tree. It is auto implemented by all types that satisfy the type constraints. Notice that no arithmatic is possible. The tree is constructed using only comparisons and copying.

Implementors