package
2.3.8+incompatible
Repository: https://github.com/lightninglabs/etcd.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Interval implements a Comparable interval [begin, end) TODO: support different sorts of intervals: (a,b), [a,b], (a, b].
IntervalTree represents a (mostly) textbook implementation of the "Introduction to Algorithms" (Cormen et al, 2nd ed.) chapter 13 red-black tree and chapter 14.3 interval tree with search supporting "stabbing queries".
No description provided by the author
# Interfaces
Comparable is an interface for trichotomic comparisons.
# Type aliases
No description provided by the author
InternalVisitor is used on tree searchs; return false to stop searching.
StringAffineComparable treats "" as > all other strings.
No description provided by the author