package
1.0.6
Repository: https://github.com/leverly/go-datastructures.git
Documentation: pkg.go.dev

# Functions

NewImmutable allocates, initializes, and returns a new immutable AVL tree.

# Structs

Immutable represents an immutable AVL tree.

# Interfaces

Entry
Entry represents all items that can be placed into the AVL tree.

# Type aliases

Entries is a list of type Entry.