Type Alias libfive::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§

struct TreeFloat(/* private fields */);