Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node[K comparable, V any] struct { // contains filtered or unexported fields }
Node base tree structure @Constructor(type="pointer")
func NewNode ¶
func NewNode[K comparable, V any]() *Node[K, V]
Click to show internal directories.
Click to hide internal directories.