Algae v0.12.2 Algae.Tree.Search.Node View Source
A node with a value and two offshoot branches to either side
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Algae.Tree.Search.Node{left: Algae.Tree.Search.t, middle: any, right: Algae.Tree.Search.t}