Documentation
¶
Index ¶
- Constants
- type N
- func (n *N[T]) Axis() vnd.D
- func (n *N[T]) Data() []T
- func (n *N[T]) Insert(p T)
- func (n *N[T]) K() vnd.D
- func (n *N[T]) L() node.N[T]
- func (n *N[T]) Leaf() bool
- func (n *N[T]) Nil() bool
- func (n *N[T]) Pivot() vnd.V
- func (n *N[T]) R() node.N[T]
- func (n *N[T]) Remove(v vnd.V, f func(p T) bool) (T, bool)
- type O
Constants ¶
View Source
const (
NLargeData = 128
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.