We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1be35 commit 029fc16Copy full SHA for 029fc16
rangetree/interface.go
@@ -61,7 +61,7 @@ type RangeTree interface {
61
// a nil is returned for that entry's index in the provided cells.
62
Delete(entries ...Entry) Entries
63
// Query will return a list of entries that fall within
64
- // the provided interval.
+ // the provided interval. The values at dimensions are inclusive.
65
Query(interval Interval) Entries
66
// Apply will call the provided function with each entry that exists
67
// within the provided range, in order. Return false at any time to
0 commit comments