Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node[T constraints.Ordered] struct { // contains filtered or unexported fields }
type Tree ¶
type Tree[T constraints.Ordered] struct { // contains filtered or unexported fields }
func New ¶
func New[T constraints.Ordered]() Tree[T]
Click to show internal directories.
Click to hide internal directories.