Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RBTree ¶
type RBTree struct {
// contains filtered or unexported fields
}
RBTree is a red-black tree
func NewRBTree ¶
func NewRBTree(less constraints.CompareFunc) *RBTree
NewRBTree creates a red-black tree
func (*RBTree) Del ¶
func (t *RBTree) Del(key interface{})
Del deletes the stored value by given key
Click to show internal directories.
Click to hide internal directories.