Skip to main content

ParentPointer

Type Alias ParentPointer 

Source
pub type ParentPointer = Hedge;
Expand description

A newtype for a node (index into self.nodes).

Aliased Type§

pub struct ParentPointer(pub usize);

Tuple Fields§

§0: usize