OpTree

Type Alias OpTree 

Source
pub type OpTree<I, O, C, N> = ConstTree<Operation<I, O, C, N>>;
Expand description

Type alias for operation trees.

An OpTree is a ConstTree of Operation nodes, representing a hierarchical structure of operations to be executed by the Interpreter.

Aliased Typeยง

pub struct OpTree<I, O, C, N> { /* private fields */ }