TreeFloat

Type Alias TreeFloat 

Source
pub type TreeFloat = Tree;
Expand description

An alias for Tree.

Used to make the kind of sensible input more obvious for some operators.

Aliased Typeยง

pub struct TreeFloat(/* private fields */);