Module recursion::recursive_tree 
source · [−]Re-exports
pub use crate::recursive_tree::arena_eval::ArenaIndex;pub use crate::recursive_tree::stack_machine_eval::StackMarker;Modules
Recursive structure that uses an arena to quickly collapse recursive structures.
Recursive structure stored using a compact stack machine representation Collapsed via stack machine evaluation.
Structs
A recursive structure with layers of partially-applied type Layer,
where Index is the type that Layer is parameterized over and Wrapped is Layer<Index>
A reference to some recursive structure with layers of partially-applied type Layer,
where Index is the type that Layer is parameterized over and Wrapped is Layer<Index>