package
Version:
v0.0.0-...-6a0b755
Opens a new window with list of versions in this module.
Published: Dec 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Tree[T any] struct {
}
func New[T any](comparer func(i, j T) int) *Tree[T]
func (v Tree[T]) CloneFunc(cloneT func(T) T) Tree[T]
func (t *Tree[T]) Push(ts ...T)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.